Searched refs:smallT2 (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | QuadraticIntersection.cpp | 158 double smallT1, largeT1, smallT2, largeT2; in intersectAsLine() local 165 smallT2 = interp(minT1, maxT1, t1[1]); in intersectAsLine() 167 intersections.addCoincident(smallT1, smallT2, largeT1, largeT2); in intersectAsLine() 187 smallT2 = lq.fT[0][1]; in intersectAsLine() 191 smallT2 = interp(minT1, maxT1, smallT2); in intersectAsLine() 196 intersections.addCoincident(smallT1, smallT2, largeT1, largeT2); in intersectAsLine()
|
/external/skia/experimental/Intersection/ |
D | QuadraticIntersection.cpp | 158 double smallT1, largeT1, smallT2, largeT2; in intersectAsLine() local 165 smallT2 = interp(minT1, maxT1, t1[1]); in intersectAsLine() 167 intersections.addCoincident(smallT1, smallT2, largeT1, largeT2); in intersectAsLine() 187 smallT2 = lq.fT[0][1]; in intersectAsLine() 191 smallT2 = interp(minT1, maxT1, smallT2); in intersectAsLine() 196 intersections.addCoincident(smallT1, smallT2, largeT1, largeT2); in intersectAsLine()
|