Home
last modified time | relevance | path

Searched refs:aCurrCC (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Dprint2.cxx946 ConnectedComponentsList::iterator aCurrCC; in RemoveTransparenciesFromMetaFile() local
963 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 21 milliseconds