Searched refs:aCurrCC (Results 1 – 1 of 1) sorted by relevance
946 ConnectedComponentsList::iterator aCurrCC; in RemoveTransparenciesFromMetaFile() local963 for( aCurrCC=aCCList.begin(); aCurrCC != aLastCC; ) in RemoveTransparenciesFromMetaFile()974 if( !aCurrCC->aBounds.IsEmpty() && in RemoveTransparenciesFromMetaFile()975 !aCurrCC->bIsFullyTransparent && in RemoveTransparenciesFromMetaFile()976 aCurrCC->aBounds.IsOver( aTotalBounds ) ) in RemoveTransparenciesFromMetaFile()981 aTotalBounds.Union( aCurrCC->aBounds ); in RemoveTransparenciesFromMetaFile()985 aCurrCC->aComponentList ); in RemoveTransparenciesFromMetaFile()987 if( aCurrCC->bIsSpecial ) in RemoveTransparenciesFromMetaFile()991 aCurrCC = aCCList.erase( aCurrCC ); in RemoveTransparenciesFromMetaFile()998 ++aCurrCC; in RemoveTransparenciesFromMetaFile()
Completed in 19 milliseconds