Lines Matching refs:inner
142 struct bound inner;
374 correspond to the inner and outer boundaries.
644 !boundedLe(K, bounds->inner) && xs[0] <= 0.0 && xs[1] <= 0.0)
741 !boundedLe(K, bounds->inner) && xs[0] <= 0.0 && xs[1] <= 0.0)
2654 * the outer edge, the ellipse and the inner edge.
2680 bound->inner.min = innerYfromXY(ellipsex.min, bound->ellipse.min, def, acc);
2681 bound->inner.max = innerYfromXY(ellipsex.max, bound->ellipse.max, def, acc);
2701 right->clock.y = bound->inner.min;
2710 left->counterClock.y = bound->inner.max;
2714 bound->left.min = bound->inner.max;
2716 bound->right.min = bound->inner.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,
2724 if (bound->inner.min > bound->inner.max) {
2725 t = bound->inner.min;
2726 bound->inner.min = bound->inner.max;
2727 bound->inner.max = t;
2735 if (bound->inner.min > innerTaily)
2736 bound->inner.min = innerTaily;
2737 if (bound->inner.max < innerTaily)
2738 bound->inner.max = innerTaily;
2739 bound->inneri.min = ICEIL(bound->inner.min - acc->fromIntY);
2740 bound->inneri.max = floor(bound->inner.max - acc->fromIntY);
3511 yy = bound.inner.min;
3515 yy = bound.inner.max;