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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticIntersection.cpp69 double smallT, largeT; local
72 largeT = interp(minT2, maxT2, minT);
73 xy_at_t(quad2, largeT, q2pt.x, q2pt.y);
87 largeT = minT2;
91 largeT = maxT2;
94 intersections.add(smallT, largeT);
/external/skia/experimental/Intersection/
H A DQuadraticIntersection.cpp69 double smallT, largeT; local
72 largeT = interp(minT2, maxT2, minT);
73 xy_at_t(quad2, largeT, q2pt.x, q2pt.y);
87 largeT = minT2;
91 largeT = maxT2;
94 intersections.add(smallT, largeT);

Completed in 79 milliseconds