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

/inkscape/src/2geom/
H A Dbezier-clipping.cpp406 bool plower, phigher; local
412 phigher = (p[0][Y] > bound.max());
413 if (!(plower || phigher)) // inside the fat line
443 if (chigher != phigher) // cross the upper bound
448 phigher = chigher;
467 if (chigher != phigher) // cross the upper bound

Completed in 70 milliseconds