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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticIntersection.cpp331 _Line ends1; local
332 xy_at_t(q1, start1, ends1[0].x, ends1[0].y);
333 xy_at_t(q1, end1, ends1[1].x, ends1[1].y);
334 if (!AlmostEqualUlps(ends1[0].x, ends1[1].x) || AlmostEqualUlps(ends1[0].y, ends1[1].y)) {
/external/skia/experimental/Intersection/
H A DQuadraticIntersection.cpp331 _Line ends1; local
332 xy_at_t(q1, start1, ends1[0].x, ends1[0].y);
333 xy_at_t(q1, end1, ends1[1].x, ends1[1].y);
334 if (!AlmostEqualUlps(ends1[0].x, ends1[1].x) || AlmostEqualUlps(ends1[0].y, ends1[1].y)) {

Completed in 60 milliseconds