Lines Matching refs:outer
141 struct bound outer;
364 correspond to the inner and outer boundaries.
672 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0)
775 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0)
2599 * the outer edge, the ellipse and the inner edge.
2626 bound->outer.min = outerYfromXY (ellipsex.min, bound->ellipse.min, def, acc);
2627 bound->outer.max = outerYfromXY (ellipsex.max, bound->ellipse.max, def, acc);
2645 right->counterClock.y = bound->outer.min;
2654 left->clock.y = bound->outer.max;
2663 bound->left.max = bound->outer.max;
2665 bound->right.max = bound->outer.min;
2667 computeLine (innerx.min, bound->inner.min, outerx.min, bound->outer.min,
2669 computeLine (innerx.max, bound->inner.max, outerx.max, bound->outer.max,
2689 bound->outeri.min = ICEIL(bound->outer.min - acc->fromIntY);
2690 bound->outeri.max = floor(bound->outer.max - acc->fromIntY);
3500 if (bound.outer.min < yy)
3501 yy = bound.outer.min;
3504 if (bound.outer.max > yy)
3505 yy = bound.outer.max;