Lines Matching refs:rMtf
723 const GDIMetaFile& rMtf, const GraphicAttr& rAttr, in ImplCreateOutput() argument
726 const Size aNewSize( rMtf.GetPrefSize() ); in ImplCreateOutput()
728 rOutMtf = rMtf; in ImplCreateOutput()
742 const MapMode& rPrefMapMode( rMtf.GetPrefMapMode() ); in ImplCreateOutput()
1854 void GraphicManager::ImplAdjust( GDIMetaFile& rMtf, const GraphicAttr& rAttr, sal_uLong nAdjustment… in ImplAdjust() argument
1863 rMtf.Convert( MTF_CONVERSION_1BIT_THRESHOLD ); in ImplAdjust()
1867 rMtf.Convert( MTF_CONVERSION_8BIT_GREYS ); in ImplAdjust()
1884 rMtf.Adjust( aAttr.GetLuminance(), aAttr.GetContrast(), in ImplAdjust()
1891 rMtf.Mirror( aAttr.GetMirrorFlags() ); in ImplAdjust()
1896 rMtf.Rotate( aAttr.GetRotation() ); in ImplAdjust()
1961 const GDIMetaFile& rMtf, const GraphicAttr& rAttr ) in ImplDraw() argument
1980 ( (GDIMetaFile&) rMtf ).WindStart(); in ImplDraw()
1981 ( (GDIMetaFile&) rMtf ).Play( pOut, aOutPt, aOutSz ); in ImplDraw()
1982 ( (GDIMetaFile&) rMtf ).WindStart(); in ImplDraw()