Home | History | Annotate | Download | only in core

Lines Matching full:base

1101     const SkScalar* base;
1105 base = &quad[0].fX;
1108 base = &quad[0].fY;
1114 SkScalar t = quad_solve(base[0], base[2], base[4], value);
1130 curve (near base[4]). Rather than specifying a tolerance, I just
1134 if ((base[0] < base[4] && value > base[2]) ||
1135 (base[0] > base[4] && value < base[2])) // should root have been 1