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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticIntersection.cpp158 double smallT1, largeT1, smallT2, largeT2; local
165 smallT2 = interp(minT1, maxT1, t1[1]);
167 intersections.addCoincident(smallT1, smallT2, largeT1, largeT2);
187 smallT2 = lq.fT[0][1];
191 smallT2 = interp(minT1, maxT1, smallT2);
196 intersections.addCoincident(smallT1, smallT2, largeT1, largeT2);
/external/skia/experimental/Intersection/
H A DQuadraticIntersection.cpp158 double smallT1, largeT1, smallT2, largeT2; local
165 smallT2 = interp(minT1, maxT1, t1[1]);
167 intersections.addCoincident(smallT1, smallT2, largeT1, largeT2);
187 smallT2 = lq.fT[0][1];
191 smallT2 = interp(minT1, maxT1, smallT2);
196 intersections.addCoincident(smallT1, smallT2, largeT1, largeT2);

Completed in 48 milliseconds