Searched refs:aCurrCC (Results 1 – 1 of 1) sorted by relevance
938 ConnectedComponentsList::iterator aCurrCC; in RemoveTransparenciesFromMetaFile() local955 for( aCurrCC=aCCList.begin(); aCurrCC != aLastCC; ) in RemoveTransparenciesFromMetaFile()966 if( !aCurrCC->aBounds.IsEmpty() && in RemoveTransparenciesFromMetaFile()967 !aCurrCC->bIsFullyTransparent && in RemoveTransparenciesFromMetaFile()968 aCurrCC->aBounds.IsOver( aTotalBounds ) ) in RemoveTransparenciesFromMetaFile()973 aTotalBounds.Union( aCurrCC->aBounds ); in RemoveTransparenciesFromMetaFile()977 aCurrCC->aComponentList ); in RemoveTransparenciesFromMetaFile()979 if( aCurrCC->bIsSpecial ) in RemoveTransparenciesFromMetaFile()983 aCurrCC = aCCList.erase( aCurrCC ); in RemoveTransparenciesFromMetaFile()990 ++aCurrCC; in RemoveTransparenciesFromMetaFile()