Searched refs:rInMtf (Results 1 – 2 of 2) sorted by relevance
666 bool OutputDevice::RemoveTransparenciesFromMetaFile( const GDIMetaFile& rInMtf, GDIMetaFile& rOutMt… in RemoveTransparenciesFromMetaFile() argument681 for( pCurrAct = ( (GDIMetaFile&) rInMtf ).FirstAction(); in RemoveTransparenciesFromMetaFile()683 pCurrAct = ( (GDIMetaFile&) rInMtf ).NextAction() ) in RemoveTransparenciesFromMetaFile()706 rOutMtf = rInMtf; in RemoveTransparenciesFromMetaFile()759 pCurrAct=const_cast<GDIMetaFile&>(rInMtf).FirstAction(); in RemoveTransparenciesFromMetaFile()853 pCurrAct=const_cast<GDIMetaFile&>(rInMtf).NextAction(); in RemoveTransparenciesFromMetaFile()867 pCurrAct=const_cast<GDIMetaFile&>(rInMtf).FirstAction(); in RemoveTransparenciesFromMetaFile()878 pCurrAct=const_cast<GDIMetaFile&>(rInMtf).NextAction(); in RemoveTransparenciesFromMetaFile()891 pCurrAct=const_cast<GDIMetaFile&>(rInMtf).NextAction(), ++nActionNum ) in RemoveTransparenciesFromMetaFile()1110 ::std::vector< const ConnectedComponents* > aCCList_MemberMap( rInMtf.GetActionCount() ); in RemoveTransparenciesFromMetaFile()[all …]
1201 …bool RemoveTransparenciesFromMetaFile( const GDIMetaFile& rInMtf, GDIMetaFile& rOut…