Searched refs:pC1 (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dbezier-clipping.cpp834 std::vector<Point> pC1, pC2; local
838 pC1 = pC2 = pA;
839 portion(pC1, H1_INTERVAL);
844 iterate<intersection_point_tag>(domsA, domsB, pC1, pB,
851 pC1 = pC2 = pB;
852 portion(pC1, H1_INTERVAL);
857 iterate<intersection_point_tag>(domsB, domsA, pC1, pA,
966 std::cerr << "new curve portion pC1 is constant" << std::endl;
981 std::vector<Point> pC1, pC2; local
989 pC1
[all...]

Completed in 44 milliseconds