Home
last modified time | relevance | path

Searched refs:aCCList (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dprint2.cxx862 …ConnectedComponentsList aCCList; // list containing distinct sets of connected components as eleme… in RemoveTransparenciesFromMetaFile() local
947 const ConnectedComponentsList::iterator aLastCC( aCCList.end() ); in RemoveTransparenciesFromMetaFile()
963 for( aCurrCC=aCCList.begin(); aCurrCC != aLastCC; ) in RemoveTransparenciesFromMetaFile()
991 aCurrCC = aCCList.erase( aCurrCC ); in RemoveTransparenciesFromMetaFile()
1088 aCCList.push_back( aTotalComponents ); in RemoveTransparenciesFromMetaFile()
1113 ConnectedComponentsList::iterator aCurr( aCCList.begin() ); in RemoveTransparenciesFromMetaFile()
1114 const ConnectedComponentsList::iterator aLast( aCCList.end() ); in RemoveTransparenciesFromMetaFile()
1167 for( aCurr = aCCList.begin(); aCurr != aLast; ++aCurr ) in RemoveTransparenciesFromMetaFile()

Completed in 34 milliseconds