Lines Matching refs:inner
140 struct bound inner;
364 correspond to the inner and outer boundaries.
675 !boundedLe(K, bounds->inner) && xs[0] <= 0.0 && xs[1] <= 0.0)
778 !boundedLe(K, bounds->inner) && xs[0] <= 0.0 && xs[1] <= 0.0)
2599 * the outer edge, the ellipse and the inner edge.
2628 bound->inner.min = innerYfromXY (ellipsex.min, bound->ellipse.min, def, acc);
2629 bound->inner.max = innerYfromXY (ellipsex.max, bound->ellipse.max, def, acc);
2649 right->clock.y = bound->inner.min;
2658 left->counterClock.y = bound->inner.max;
2662 bound->left.min = bound->inner.max;
2664 bound->right.min = bound->inner.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,
2672 if (bound->inner.min > bound->inner.max) {
2673 t = bound->inner.min;
2674 bound->inner.min = bound->inner.max;
2675 bound->inner.max = t;
2683 if (bound->inner.min > innerTaily)
2684 bound->inner.min = innerTaily;
2685 if (bound->inner.max < innerTaily)
2686 bound->inner.max = innerTaily;
2687 bound->inneri.min = ICEIL(bound->inner.min - acc->fromIntY);
2688 bound->inneri.max = floor(bound->inner.max - acc->fromIntY);
3499 yy = bound.inner.min;
3503 yy = bound.inner.max;