Searched refs:tNeg (Results 1 – 1 of 1) sorted by relevance
67 SkScalar tNeg, tPos; // Negative and positive function parameters. in chopMonoCubicAtY() local71 tNeg = 0; in chopMonoCubicAtY()76 tNeg = SK_Scalar1; in chopMonoCubicAtY()86 SkScalar tMid = (tPos + tNeg) / 2; in chopMonoCubicAtY()97 if (y0123 < 0) tNeg = tMid; in chopMonoCubicAtY()100 } while (!(SkScalarAbs(tPos - tNeg) <= tol)); // Nan-safe in chopMonoCubicAtY()102 *t = (tNeg + tPos) / 2; in chopMonoCubicAtY()