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

  /external/skia/src/pathops/
SkDLineIntersection.cpp 214 const SkDPoint rightPt = { right, y };
215 if ((t = line.exactPoint(rightPt)) >= 0) {
216 insert(t, (double) !flipped, rightPt);
246 const SkDPoint rightPt = { right, y };
247 if ((t = line.nearPoint(rightPt, nullptr)) >= 0) {
248 insert(t, (double) !flipped, rightPt);
  /external/skqp/src/pathops/
SkDLineIntersection.cpp 214 const SkDPoint rightPt = { right, y };
215 if ((t = line.exactPoint(rightPt)) >= 0) {
216 insert(t, (double) !flipped, rightPt);
246 const SkDPoint rightPt = { right, y };
247 if ((t = line.nearPoint(rightPt, nullptr)) >= 0) {
248 insert(t, (double) !flipped, rightPt);

Completed in 2185 milliseconds