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

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

Completed in 338 milliseconds