Lines Matching refs:B2DPolygon
97 const basegfx::B2DPolygon& rBasePolygon, in splitLinePolygon()
98 basegfx::B2DPolygon& o_aLeft, in splitLinePolygon()
99 basegfx::B2DPolygon& o_aRight) in splitLinePolygon()
107 o_aLeft = basegfx::B2DPolygon(rBasePolygon, 0, nHalfCount + 1); in splitLinePolygon()
110 o_aRight = basegfx::B2DPolygon(rBasePolygon, nHalfCount, nCount - nHalfCount); in splitLinePolygon()
145 const basegfx::B2DPolygon aCandidate(rPolyPolygon.getB2DPolygon(a)); in fillPolyPolygonNeededToBeSplit()
362 const basegfx::B2DPolygon& rB2DPolygon, in impTryToCreateSvtGraphicStroke()
373 basegfx::B2DPolygon aLocalPolygon(rB2DPolygon); in impTryToCreateSvtGraphicStroke()
1159 const basegfx::B2DPolygon& rBasePolygon = rHairlinePrimitive.getB2DPolygon(); in processBasePrimitive2D()
1165 basegfx::B2DPolygon aLeft, aRight; in processBasePrimitive2D()
1207 const basegfx::B2DPolygon& rBasePolygon = rStrokePrimitive.getB2DPolygon(); in processBasePrimitive2D()
1213 basegfx::B2DPolygon aLeft, aRight; in processBasePrimitive2D()
1267 const basegfx::B2DPolygon aCandidate(aHairLinePolyPolygon.getB2DPolygon(a)); in processBasePrimitive2D()
1290 const basegfx::B2DPolygon& rBasePolygon = rStrokeArrowPrimitive.getB2DPolygon(); in processBasePrimitive2D()
1296 basegfx::B2DPolygon aLeft, aRight; in processBasePrimitive2D()