Lines Matching refs:PolyPolygon

80 void OutputDevice::ImplDrawPolygon( const Polygon& rPoly, const PolyPolygon* pClipPolyPoly )  in DBG_NAMEEX()
98 void OutputDevice::ImplDrawPolyPolygon( const PolyPolygon& rPolyPoly, const PolyPolygon* pClipPolyP… in ImplDrawPolyPolygon()
100 PolyPolygon* pPolyPoly; in ImplDrawPolyPolygon()
104 pPolyPoly = new PolyPolygon; in ImplDrawPolyPolygon()
108 pPolyPoly = (PolyPolygon*) &rPolyPoly; in ImplDrawPolyPolygon()
171 sal_Bool bMtf, const PolyPolygon* pClipPolyPoly ) in ImplDrawLinearGradient()
395 sal_Bool bMtf, const PolyPolygon* pClipPolyPoly ) in ImplDrawComplexGradient()
405 PolyPolygon* pPolyPoly; in ImplDrawComplexGradient()
422 pPolyPoly = new PolyPolygon( 2 ); in ImplDrawComplexGradient()
779 void OutputDevice::DrawGradient( const PolyPolygon& rPolyPoly, in DrawGradient()
911 PolyPolygon aClipPolyPoly( ImplLogicToDevicePixel( rPolyPoly ) ); in DrawGradient()
936 const PolyPolygon aPolyPoly( LogicToPixel( rPolyPoly ) ); in DrawGradient()
1047 void OutputDevice::DrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch ) in DrawHatch()
1101 PolyPolygon aPolyPoly( LogicToPixel( rPolyPoly ) ); in DrawHatch()
1125 void OutputDevice::AddHatchActions( const PolyPolygon& rPolyPoly, const Hatch& rHatch, in AddHatchActions()
1130 PolyPolygon aPolyPoly( rPolyPoly ); in AddHatchActions()
1148 void OutputDevice::ImplDrawHatch( const PolyPolygon& rPolyPoly, const Hatch& rHatch, sal_Bool bMtf ) in ImplDrawHatch()
1166 PolyPolygon aPolyPoly; in ImplDrawHatch()
1334 void OutputDevice::ImplDrawHatchLine( const Line& rLine, const PolyPolygon& rPolyPoly, in ImplDrawHatchLine()