Lines Matching refs:rPolyPoly
228 PolyPolygon ImplSubdivideBezier( const PolyPolygon& rPolyPoly ) in ImplSubdivideBezier() argument
230 sal_uInt16 i, nPolys = rPolyPoly.Count(); in ImplSubdivideBezier()
233 aPolyPoly.Insert( ImplSubdivideBezier( rPolyPoly.GetObject(i) ) ); in ImplSubdivideBezier()
241 void OutputDevice::ImplDrawPolyPolygon( sal_uInt16 nPoly, const PolyPolygon& rPolyPoly ) in ImplDrawPolyPolygon() argument
269 const Polygon& rPoly = rPolyPoly.GetObject( i ); in ImplDrawPolyPolygon()
295 Polygon aPoly = ImplSubdivideBezier( rPolyPoly.GetObject( last ) ); in ImplDrawPolyPolygon()
311 PolyPolygon aPolyPoly = ImplSubdivideBezier( rPolyPoly ); in ImplDrawPolyPolygon()
2048 void OutputDevice::DrawPolyPolygon( const PolyPolygon& rPolyPoly ) in DrawPolyPolygon() argument
2052 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in DrawPolyPolygon()
2055 mpMetaFile->AddAction( new MetaPolyPolygonAction( rPolyPoly ) ); in DrawPolyPolygon()
2057 sal_uInt16 nPoly = rPolyPoly.Count(); in DrawPolyPolygon()
2084 basegfx::B2DPolyPolygon aB2DPolyPolygon(rPolyPoly.getB2DPolyPolygon()); in DrawPolyPolygon()
2126 Polygon aPoly = rPolyPoly.GetObject( 0 ); in DrawPolyPolygon()
2142 ImplDrawPolyPolygon( nPoly, ImplLogicToDevicePixel( rPolyPoly ) ); in DrawPolyPolygon()
2145 mpAlphaVDev->DrawPolyPolygon( rPolyPoly ); in DrawPolyPolygon()