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

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

Completed in 18 milliseconds