HomeSort by relevance Sort by last modified time
    Searched refs:smallT1 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticIntersection.cpp 158 double smallT1, largeT1, smallT2, largeT2;
163 smallT1 = interp(minT1, maxT1, t1[0]);
167 intersections.addCoincident(smallT1, smallT2, largeT1, largeT2);
169 smallT1 = interp(minT1, maxT1, t1[0]);
171 intersections.add(smallT1, largeT1);
185 smallT1 = lq.fT[0][0];
190 smallT1 = interp(minT1, maxT1, smallT1);
196 intersections.addCoincident(smallT1, smallT2, largeT1, largeT2);
201 smallT1 = lq.fT[0][index]
    [all...]
  /external/skia/experimental/Intersection/
QuadraticIntersection.cpp 158 double smallT1, largeT1, smallT2, largeT2;
163 smallT1 = interp(minT1, maxT1, t1[0]);
167 intersections.addCoincident(smallT1, smallT2, largeT1, largeT2);
169 smallT1 = interp(minT1, maxT1, t1[0]);
171 intersections.add(smallT1, largeT1);
185 smallT1 = lq.fT[0][0];
190 smallT1 = interp(minT1, maxT1, smallT1);
196 intersections.addCoincident(smallT1, smallT2, largeT1, largeT2);
201 smallT1 = lq.fT[0][index]
    [all...]

Completed in 38 milliseconds