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

  /external/chromium_org/third_party/skia/experimental/Intersection/
QuadraticIntersection.cpp 272 int closest2 = -1; local
282 closest2 = cIndex;
303 xy_at_t(q2, i.fCoincidentT[1][closest2], ends[1].x, ends[1].y);
304 midT = (t2 + i.fCoincidentT[1][closest2]) / 2;
317 cEnd = closest2 ^ 1;
318 if (!between(i.fCoincidentT[0][cEnd], t2, i.fCoincidentT[0][closest2])) {
319 i.fCoincidentT[0][closest2] = t2;
  /external/skia/experimental/Intersection/
QuadraticIntersection.cpp 272 int closest2 = -1; local
282 closest2 = cIndex;
303 xy_at_t(q2, i.fCoincidentT[1][closest2], ends[1].x, ends[1].y);
304 midT = (t2 + i.fCoincidentT[1][closest2]) / 2;
317 cEnd = closest2 ^ 1;
318 if (!between(i.fCoincidentT[0][cEnd], t2, i.fCoincidentT[0][closest2])) {
319 i.fCoincidentT[0][closest2] = t2;

Completed in 3502 milliseconds