Lines Matching refs:rMtf
516 void ImplRenderer::skipContent( GDIMetaFile& rMtf, in skipContent() argument
524 while( (pCurrAct=rMtf.NextAction()) != NULL ) in skipContent()
542 bool ImplRenderer::isActionContained( GDIMetaFile& rMtf, in isActionContained() argument
556 while( (pCurrAct=rMtf.NextAction()) != NULL ) in isActionContained()
579 rMtf.WindPrev(); in isActionContained()
1306 bool ImplRenderer::createActions( GDIMetaFile& rMtf, in createActions() argument
1340 for( pCurrAct=rMtf.FirstAction(); in createActions()
1342 pCurrAct = rMtf.NextAction() ) in createActions()
1736 (pCurrAct=rMtf.NextAction()) != NULL ) in createActions()
1787 !isActionContained( rMtf, in createActions()
1877 skipContent( rMtf, in createActions()
2951 const GDIMetaFile& rMtf, in ImplRenderer() argument
2981 aVDev.SetMapMode( rMtf.GetPrefMapMode() ); in ImplRenderer()
2983 const Size aMtfSize( rMtf.GetPrefSize() ); in ImplRenderer()
2985 rMtf.GetPrefMapMode() ) ); in ImplRenderer()
3052 createActions( const_cast<GDIMetaFile&>(rMtf), // HACK(Q2): in ImplRenderer()