Searched refs:rInMtf (Results 1 – 2 of 2) sorted by relevance
664 bool OutputDevice::RemoveTransparenciesFromMetaFile( const GDIMetaFile& rInMtf, GDIMetaFile& rOutMt… in RemoveTransparenciesFromMetaFile() argument679 for( pCurrAct = ( (GDIMetaFile&) rInMtf ).FirstAction(); in RemoveTransparenciesFromMetaFile()681 pCurrAct = ( (GDIMetaFile&) rInMtf ).NextAction() ) in RemoveTransparenciesFromMetaFile()704 rOutMtf = rInMtf; in RemoveTransparenciesFromMetaFile()755 pCurrAct=const_cast<GDIMetaFile&>(rInMtf).FirstAction(); in RemoveTransparenciesFromMetaFile()849 pCurrAct=const_cast<GDIMetaFile&>(rInMtf).NextAction(); in RemoveTransparenciesFromMetaFile()863 pCurrAct=const_cast<GDIMetaFile&>(rInMtf).FirstAction(); in RemoveTransparenciesFromMetaFile()874 pCurrAct=const_cast<GDIMetaFile&>(rInMtf).NextAction(); in RemoveTransparenciesFromMetaFile()885 pCurrAct=const_cast<GDIMetaFile&>(rInMtf).NextAction(), ++nActionNum ) in RemoveTransparenciesFromMetaFile()1098 ::std::vector< const ConnectedComponents* > aCCList_MemberMap( rInMtf.GetActionCount() ); in RemoveTransparenciesFromMetaFile()[all …]
1201 …bool RemoveTransparenciesFromMetaFile( const GDIMetaFile& rInMtf, GDIMetaFile& rOut…