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

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicBounds.cpp 17 double leftTs[2];
19 int results = findExtrema(cubic[0].x, cubic[1].x, cubic[2].x, cubic[3].x, leftTs);
22 if (startT > leftTs[index] || leftTs[index] > endT) {
29 xy_at_t(cubic, leftTs[0], pt[0].x, pt[0].y);
30 xy_at_t(cubic, leftTs[1], pt[1].x, pt[1].y);
36 return leftTs[best];
  /external/skia/experimental/Intersection/
CubicBounds.cpp 17 double leftTs[2];
19 int results = findExtrema(cubic[0].x, cubic[1].x, cubic[2].x, cubic[3].x, leftTs);
22 if (startT > leftTs[index] || leftTs[index] > endT) {
29 xy_at_t(cubic, leftTs[0], pt[0].x, pt[0].y);
30 xy_at_t(cubic, leftTs[1], pt[1].x, pt[1].y);
36 return leftTs[best];

Completed in 42 milliseconds