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