Lines Matching refs:rSource
42 const basegfx::B2DPolyPolygon& rSource, in handleGeometricContent() argument
46 if(rSource.count() && rClip.count()) in handleGeometricContent()
50 rSource, in handleGeometricContent()
57 if(aResult == rSource) in handleGeometricContent()
89 const basegfx::B2DPolyPolygon& rSource, in handleGradientContent() argument
93 if(rSource.count() && rClip.count()) in handleGradientContent()
97 rSource, in handleGradientContent()
104 if(aResult == rSource) in handleGradientContent()
267 void clipMetafileContentAgainstOwnRegions(GDIMetaFile& rSource) in clipMetafileContentAgainstOwnRegions() argument
269 const sal_uLong nObjCount(rSource.GetActionCount()); in clipMetafileContentAgainstOwnRegions()
291 const MetaAction* pAction(rSource.GetAction(i)); in clipMetafileContentAgainstOwnRegions()
1067 aTarget.SetPrefMapMode(rSource.GetPrefMapMode()); in clipMetafileContentAgainstOwnRegions()
1068 aTarget.SetPrefSize(rSource.GetPrefSize()); in clipMetafileContentAgainstOwnRegions()
1069 rSource = aTarget; in clipMetafileContentAgainstOwnRegions()
1075 bool VCL_DLLPUBLIC usesClipActions(const GDIMetaFile& rSource) in usesClipActions() argument
1077 const sal_uLong nObjCount(rSource.GetActionCount()); in usesClipActions()
1081 const MetaAction* pAction(rSource.GetAction(i)); in usesClipActions()