Lines Matching refs:PolyPolygon

59 		PolyPolygon aIntersection;  in IntersectClipRect()
60 PolyPolygon aPolyPolyRect( aPolygon ); in IntersectClipRect()
73 PolyPolygon aPolyPolyRect( aPolygon ); in ExcludeClipRect()
74 PolyPolygon aDifference; in ExcludeClipRect()
82 void WinMtfClipPath::SetClipPath( const PolyPolygon& rPolyPolygon, sal_Int32 nClippingMode ) in SetClipPath()
84 PolyPolygon aSimplePoly; in SetClipPath()
93 PolyPolygon aNewClipPath; in SetClipPath()
148 Polygon& rPoly = ((PolyPolygon&)*this)[ Count() - 1 ]; in AddPoint()
157 Polygon& rPoly = ((PolyPolygon&)*this)[ Count() - 1 ]; in AddPolyLine()
168 void WinMtfPathObj::AddPolyPolygon( const PolyPolygon& rPolyPoly ) in AddPolyPolygon()
180 Polygon& rPoly = ((PolyPolygon&)*this)[ Count() - 1 ]; in ClosePath()
583 PolyPolygon& WinMtfOutput::ImplMap( PolyPolygon& rPolyPolygon ) in ImplMap()
751 void WinMtfOutput::ImplDrawClippedPolyPolygon( const PolyPolygon& rPolyPoly ) in ImplDrawClippedPolyPolygon()
908 void WinMtfOutput::SetClipPath( const PolyPolygon& rPolyPolygon, sal_Int32 nClippingMode, sal_Bool … in SetClipPath()
914 PolyPolygon aPP( rPolyPolygon ); in SetClipPath()
1193 PolyPolygon aPolyPolyRect( aPoly ); in DrawRect()
1194 PolyPolygon aDest; in DrawRect()
1352 PolyPolygon aPolyPoly( rPolygon ); in DrawPolygon()
1353 PolyPolygon aDest; in DrawPolygon()
1386 void WinMtfOutput::DrawPolyPolygon( PolyPolygon& rPolyPolygon, sal_Bool bRecordPath ) in DrawPolyPolygon()
1400 PolyPolygon aDest; in DrawPolyPolygon()
1655 const PolyPolygon aClip( aClipPath.GetClipPath() ); in ImplDrawBitmap()