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

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp117 * is_intersection - returns TRUE if range a1..a2 intersects with b1..b2
120 static int is_intersection (int a1, int a2, int b1, int b2) function
1026 // was if (is_intersection(a->minv+1, a->maxv-1, b->minv+1, b->maxv-1)) {
1031 } else if (is_intersection(a->minv, a->maxv, b->minv, b->maxv)) {

Completed in 111 milliseconds