Searched defs:rightPt (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkDLineIntersection.cpp176 const SkDPoint rightPt = { right, y }; local
177 if ((t = line.exactPoint(rightPt)) >= 0) {
178 insert(t, (double) !flipped, rightPt);
208 const SkDPoint rightPt = { right, y }; local
209 if ((t = line.nearPoint(rightPt)) >= 0) {
210 insert(t, (double) !flipped, rightPt);
/external/skia/src/pathops/
H A DSkDLineIntersection.cpp176 const SkDPoint rightPt = { right, y }; local
177 if ((t = line.exactPoint(rightPt)) >= 0) {
178 insert(t, (double) !flipped, rightPt);
208 const SkDPoint rightPt = { right, y }; local
209 if ((t = line.nearPoint(rightPt)) >= 0) {
210 insert(t, (double) !flipped, rightPt);

Completed in 49 milliseconds