Lines Matching refs:aComponentList

69         aComponentList(),  in ConnectedComponents()
76 ComponentList aComponentList; member
872 aBackgroundComponent.aComponentList.push_back( in RemoveTransparenciesFromMetaFile()
931 if( !aBackgroundComponent.aComponentList.empty() && in RemoveTransparenciesFromMetaFile()
939 aTotalComponents.aComponentList.splice( aTotalComponents.aComponentList.end(), in RemoveTransparenciesFromMetaFile()
940 aBackgroundComponent.aComponentList ); in RemoveTransparenciesFromMetaFile()
984 … aTotalComponents.aComponentList.splice( aTotalComponents.aComponentList.end(), in RemoveTransparenciesFromMetaFile()
985 aCurrCC->aComponentList ); in RemoveTransparenciesFromMetaFile()
1053 if( aTotalComponents.aComponentList.empty() ) in RemoveTransparenciesFromMetaFile()
1083 aTotalComponents.aComponentList.push_back( in RemoveTransparenciesFromMetaFile()
1090 DBG_ASSERT( !aTotalComponents.aComponentList.empty(), in RemoveTransparenciesFromMetaFile()
1093 … (aTotalComponents.aBounds.IsEmpty() && aTotalComponents.aComponentList.size() == 1), in RemoveTransparenciesFromMetaFile()
1096 … (aTotalComponents.bIsFullyTransparent && aTotalComponents.aComponentList.size() == 1), in RemoveTransparenciesFromMetaFile()
1117 ComponentList::iterator aCurrentAction( aCurr->aComponentList.begin() ); in RemoveTransparenciesFromMetaFile()
1118 const ComponentList::iterator aLastAction( aCurr->aComponentList.end() ); in RemoveTransparenciesFromMetaFile()
1131 ComponentList::iterator aCurrAct( aBackgroundComponent.aComponentList.begin() ); in RemoveTransparenciesFromMetaFile()
1132 const ComponentList::iterator aLastAct( aBackgroundComponent.aComponentList.end() ); in RemoveTransparenciesFromMetaFile()
1344 pCurrAssociatedComponent->aComponentList.begin()->first == pCurrAct ) in RemoveTransparenciesFromMetaFile()