Lines Matching refs:outer
143 struct bound outer;
374 correspond to the inner and outer boundaries.
641 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0)
738 !boundedLe(K, bounds->outer) && xs[0] >= 0.0 && xs[1] >= 0.0)
2654 * the outer edge, the ellipse and the inner edge.
2678 bound->outer.min = outerYfromXY(ellipsex.min, bound->ellipse.min, def, acc);
2679 bound->outer.max = outerYfromXY(ellipsex.max, bound->ellipse.max, def, acc);
2697 right->counterClock.y = bound->outer.min;
2706 left->clock.y = bound->outer.max;
2715 bound->left.max = bound->outer.max;
2717 bound->right.max = bound->outer.min;
2719 computeLine(innerx.min, bound->inner.min, outerx.min, bound->outer.min,
2721 computeLine(innerx.max, bound->inner.max, outerx.max, bound->outer.max,
2741 bound->outeri.min = ICEIL(bound->outer.min - acc->fromIntY);
2742 bound->outeri.max = floor(bound->outer.max - acc->fromIntY);
3512 if (bound.outer.min < yy)
3513 yy = bound.outer.min;
3516 if (bound.outer.max > yy)
3517 yy = bound.outer.max;