Lines Matching refs:rMtf
79 bool hasUnsupportedActions( const GDIMetaFile& rMtf ) in hasUnsupportedActions() argument
85 for( pCurrAct = const_cast<GDIMetaFile&>(rMtf).FirstAction(); in hasUnsupportedActions()
87 pCurrAct = const_cast<GDIMetaFile&>(rMtf).NextAction() ) in hasUnsupportedActions()
181 GDIMetaFile& rMtf, in getMetaFile() argument
248 rMtf = pRenderer->getMtf( (mtfLoadFlags & MTF_LOAD_FOREIGN_SOURCE) != 0 ); in getMetaFile()
259 void removeTextActions( GDIMetaFile& rMtf ) in removeTextActions() argument
265 pCurrAct = rMtf.FirstAction(); in removeTextActions()
283 pCurrAct = rMtf.NextAction(); in removeTextActions()
285 rMtf.RemoveAction( nActionIndex ); in removeTextActions()
290 pCurrAct = rMtf.NextAction(); in removeTextActions()
504 const GDIMetaFileSharedPtr& rMtf ) in getRectanglesFromScrollMtf() argument
510 for ( MetaAction * pCurrAct = rMtf->FirstAction(); in getRectanglesFromScrollMtf()
511 pCurrAct != 0; pCurrAct = rMtf->NextAction() ) in getRectanglesFromScrollMtf()