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

  /external/skia/src/pathops/
SkDLineIntersection.cpp 287 SkDPoint topPt = { x, top };
288 if ((t = line.exactPoint(topPt)) >= 0) {
289 insert(t, (double) flipped, topPt);
320 if ((t = line.nearPoint(topPt, nullptr)) >= 0) {
321 insert(t, (double) flipped, topPt);
  /external/skqp/src/pathops/
SkDLineIntersection.cpp 287 SkDPoint topPt = { x, top };
288 if ((t = line.exactPoint(topPt)) >= 0) {
289 insert(t, (double) flipped, topPt);
320 if ((t = line.nearPoint(topPt, nullptr)) >= 0) {
321 insert(t, (double) flipped, topPt);

Completed in 711 milliseconds