Searched refs:aTempPolygonB (Results 1 – 1 of 1) sorted by relevance
463 B2DPolygon aTempPolygonB; in findEdgeCutsTwoBeziers() local472 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