Home
last modified time | relevance | path

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

/trunk/main/basegfx/source/polygon/
H A Db2dpolygoncutandtouch.cxx463 B2DPolygon aTempPolygonB; in findEdgeCutsTwoBeziers() local
472 aTempPolygonB.reserve(SUBDIVIDE_FOR_CUT_TEST_COUNT + 8); in findEdgeCutsTwoBeziers()
473 aTempPolygonB.append(rCubicB.getStartPoint()); in findEdgeCutsTwoBeziers()
474 rCubicB.adaptiveSubdivideByCount(aTempPolygonB, SUBDIVIDE_FOR_CUT_TEST_COUNT); in findEdgeCutsTwoBeziers()
477 …findCutsAndTouchesAndCommonForBezier(aTempPolygonA, aTempPolygonB, aTempPointVectorA, aTempPointVe… in findEdgeCutsTwoBeziers()
488 adaptAndTransferCutsWithBezierSegment(aTempPointVectorB, aTempPolygonB, nIndB, rTempPointsB); in findEdgeCutsTwoBeziers()

Completed in 28 milliseconds