Searched refs:coinMaxT1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticIntersection.cpp136 if ((earlyExit = coinMaxT1 == minT1)) {
137 coinMaxT1 = maxT1;
214 coinMaxT1 = maxT1;
256 double coinMaxT1; member in class:QuadraticIntersections
/external/skia/experimental/Intersection/
H A DQuadraticIntersection.cpp136 if ((earlyExit = coinMaxT1 == minT1)) {
137 coinMaxT1 = maxT1;
214 coinMaxT1 = maxT1;
256 double coinMaxT1; member in class:QuadraticIntersections

Completed in 205 milliseconds