Home
last modified time | relevance | path

Searched refs:aLeftPart (Results 1 – 2 of 2) sorted by relevance

/trunk/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx144 B2DCubicBezier aLeftPart; in mergeTemporaryPointsAndPolygon() local
146 aEdge.split(fRelativeSplitPoint, &aLeftPart, &aEdge); in mergeTemporaryPointsAndPolygon()
150 …aRetval.appendBezierSegment(aLeftPart.getControlPointA(), aLeftPart.getControlPointB(), rTempPoint… in mergeTemporaryPointsAndPolygon()
H A Db2dpolygontools.cxx3066 B2DCubicBezier aLeftPart; in reSegmentPolygonEdges() local
3068 aCurrentEdge.split(fSplitPoint, &aLeftPart, &aCurrentEdge); in reSegmentPolygonEdges()
3069 …aRetval.appendBezierSegment(aLeftPart.getControlPointA(), aLeftPart.getControlPointB(), aLeftPart.… in reSegmentPolygonEdges()

Completed in 33 milliseconds