Searched defs:plower (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dbezier-clipping.cpp406 bool plower, phigher; local
411 plower = (p[0][Y] < bound.min());
413 if (!(plower || phigher)) // inside the fat line
433 if (clower != plower) // cross the lower bound
438 plower = clower;
459 if (clower != plower) // cross the lower bound
641 bool plower, clower; local
644 plower = (p[0][Y] < 0);
664 else if (clower != plower) // cross the x axis
669 plower
[all...]

Completed in 19 milliseconds