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 209 const SkDPoint rightPt = { right, y };
210 if ((t = line.exactPoint(rightPt)) >= 0) {
211 insert(t, (double) !flipped, rightPt);
241 const SkDPoint rightPt = { right, y };
242 if ((t = line.nearPoint(rightPt)) >= 0) {
243 insert(t, (double) !flipped, rightPt);
  /external/skia/src/pathops/
SkDLineIntersection.cpp 209 const SkDPoint rightPt = { right, y };
210 if ((t = line.exactPoint(rightPt)) >= 0) {
211 insert(t, (double) !flipped, rightPt);
241 const SkDPoint rightPt = { right, y };
242 if ((t = line.nearPoint(rightPt)) >= 0) {
243 insert(t, (double) !flipped, rightPt);

Completed in 29 milliseconds