Lines Matching refs:rPolygon
455 const ::basegfx::B2DPolygon& rPolygon, bool bClosePath, bool bPixelSnap, bool bLineDraw ) in AddPolygonToPath()
458 const int nPointCount = rPolygon.count(); in AddPolygonToPath()
465 const bool bHasCurves = rPolygon.areControlPointsUsed(); in AddPolygonToPath()
478 ::basegfx::B2DPoint aPoint = rPolygon.getB2DPoint( nClosedIdx ); in AddPolygonToPath()
498 bPendingCurve = rPolygon.isNextControlPointUsed( nPrevIdx ); in AddPolygonToPath()
499 bPendingCurve |= rPolygon.isPrevControlPointUsed( nClosedIdx ); in AddPolygonToPath()
506 basegfx::B2DPoint aCP1 = rPolygon.getNextControlPoint( nPrevIdx ); in AddPolygonToPath()
507 basegfx::B2DPoint aCP2 = rPolygon.getPrevControlPoint( nClosedIdx ); in AddPolygonToPath()
532 const ::basegfx::B2DPolygon rPolygon = rPolyPoly.getB2DPolygon( nPolyIdx ); in AddPolyPolygonToPath() local
533 AddPolygonToPath( xPath, rPolygon, true, bPixelSnap, bLineDraw ); in AddPolyPolygonToPath()
947 const ::basegfx::B2DPolygon rPolygon = rPolyPoly.getB2DPolygon( nPolyIdx ); in drawPolyPolygon() local
948 AddPolygonToPath( xPath, rPolygon, true, !getAntiAliasB2DDraw(), IsPenVisible() ); in drawPolyPolygon()