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()107 o_aLeft = basegfx::B2DPolygon(rBasePolygon, 0, nHalfCount + 1); in splitLinePolygon()110 o_aRight = basegfx::B2DPolygon(rBasePolygon, nHalfCount, nCount - nHalfCount); 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()1159 const basegfx::B2DPolygon& rBasePolygon = rHairlinePrimitive.getB2DPolygon(); in processBasePrimitive2D() local[all …]