Searched refs:rBasePolygon (Results 1 – 1 of 1) sorted by relevance
97 const basegfx::B2DPolygon& rBasePolygon, in splitLinePolygon() argument101 const sal_uInt32 nCount(rBasePolygon.count()); in splitLinePolygon()113 if(rBasePolygon.isClosed()) in splitLinePolygon()115 o_aRight.append(rBasePolygon.getB2DPoint(0)); in splitLinePolygon()117 if(rBasePolygon.areControlPointsUsed()) in splitLinePolygon()121 rBasePolygon.getPrevControlPoint(0), in splitLinePolygon()122 rBasePolygon.getNextControlPoint(0)); in splitLinePolygon()1227 rBasePolygon, 0, in processBasePrimitive2D()1243 aHairLinePolyPolygon.append(rBasePolygon); in processBasePrimitive2D()1248 rBasePolygon, rStroke.getDotDashArray(), in processBasePrimitive2D()[all …]
Completed in 20 milliseconds