Searched refs:aTempPolygonA (Results 1 – 1 of 1) sorted by relevance
421 B2DPolygon aTempPolygonA; in findEdgeCutsBezierAndEdge() local428 aTempPolygonA.reserve(SUBDIVIDE_FOR_CUT_TEST_COUNT + 8); in findEdgeCutsBezierAndEdge()429 aTempPolygonA.append(rCubicA.getStartPoint()); in findEdgeCutsBezierAndEdge()430 rCubicA.adaptiveSubdivideByCount(aTempPolygonA, SUBDIVIDE_FOR_CUT_TEST_COUNT); in findEdgeCutsBezierAndEdge()440 adaptAndTransferCutsWithBezierSegment(aTempPointVectorA, aTempPolygonA, nIndA, rTempPointsA); in findEdgeCutsBezierAndEdge()462 B2DPolygon aTempPolygonA; in findEdgeCutsTwoBeziers() local469 aTempPolygonA.reserve(SUBDIVIDE_FOR_CUT_TEST_COUNT + 8); in findEdgeCutsTwoBeziers()470 aTempPolygonA.append(rCubicA.getStartPoint()); in findEdgeCutsTwoBeziers()471 rCubicA.adaptiveSubdivideByCount(aTempPolygonA, SUBDIVIDE_FOR_CUT_TEST_COUNT); in findEdgeCutsTwoBeziers()477 …findCutsAndTouchesAndCommonForBezier(aTempPolygonA, aTempPolygonB, aTempPointVectorA, aTempPointVe… in findEdgeCutsTwoBeziers()[all …]
Completed in 20 milliseconds