Lines Matching refs:rPoly

511         void implDrawPolygon( const basegfx::B2DPolygon& rPoly,   in implDrawPolygon()  argument
517 basegfx::B2DPolygon aPoly( rPoly ); in implDrawPolygon()
518 if( rPoly.areControlPointsUsed() ) in implDrawPolygon()
519 aPoly = basegfx::tools::adaptiveSubdivideByCount( rPoly ); in implDrawPolygon()
542 virtual void drawPolygon_i(const basegfx::B2DPolygon& rPoly, in drawPolygon_i() argument
548 implDrawPolygon( rPoly, rBounds, lineColor, in drawPolygon_i()
552 implDrawPolygon( rPoly, rBounds, lineColor, in drawPolygon_i()
557 virtual void drawPolygon_i(const basegfx::B2DPolygon& rPoly, in drawPolygon_i() argument
564 implDrawPolygon( rPoly, rBounds, lineColor, in drawPolygon_i()
568 implDrawPolygon( rPoly, rBounds, lineColor, in drawPolygon_i()
574 void implFillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly, in implFillPolyPolygon() argument
580 basegfx::B2DPolyPolygon aPoly( rPoly ); in implFillPolyPolygon()
581 if( rPoly.areControlPointsUsed() ) in implFillPolyPolygon()
582 aPoly = basegfx::tools::adaptiveSubdivideByCount( rPoly ); in implFillPolyPolygon()
593 virtual void fillPolyPolygon_i(const basegfx::B2DPolyPolygon& rPoly, in fillPolyPolygon_i() argument
599 implFillPolyPolygon( rPoly, fillColor, in fillPolyPolygon_i()
604 implFillPolyPolygon( rPoly, fillColor, in fillPolyPolygon_i()
610 virtual void fillPolyPolygon_i(const basegfx::B2DPolyPolygon& rPoly, in fillPolyPolygon_i() argument
617 implFillPolyPolygon( rPoly, fillColor, in fillPolyPolygon_i()
622 implFillPolyPolygon( rPoly, fillColor, in fillPolyPolygon_i()
1179 void BitmapDevice::drawPolygon( const basegfx::B2DPolygon& rPoly, in drawPolygon() argument
1183 const sal_uInt32 numVertices( rPoly.count() ); in drawPolygon()
1185 drawPolygon_i( rPoly, in drawPolygon()
1190 void BitmapDevice::drawPolygon( const basegfx::B2DPolygon& rPoly, in drawPolygon() argument
1197 drawPolygon(rPoly,lineColor,drawMode); in drawPolygon()
1201 const sal_uInt32 numVertices( rPoly.count() ); in drawPolygon()
1205 drawPolygon_i( rPoly, in drawPolygon()
1209 getGenericRenderer()->drawPolygon( rPoly, lineColor, in drawPolygon()
1214 void BitmapDevice::fillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly, in fillPolyPolygon() argument
1218 fillPolyPolygon_i( rPoly, fillColor, drawMode, mpImpl->maBounds ); in fillPolyPolygon()
1221 void BitmapDevice::fillPolyPolygon( const basegfx::B2DPolyPolygon& rPoly, in fillPolyPolygon() argument
1228 fillPolyPolygon(rPoly,fillColor,drawMode); in fillPolyPolygon()
1233 fillPolyPolygon_i( rPoly, fillColor, drawMode, mpImpl->maBounds, rClip ); in fillPolyPolygon()
1235 getGenericRenderer()->fillPolyPolygon( rPoly, fillColor, in fillPolyPolygon()