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

  /external/chromium_org/third_party/skia/src/pathops/
SkDLineIntersection.cpp 297 SkDPoint bottomPt = { x, bottom };
298 if ((t = line.exactPoint(bottomPt)) >= 0) {
299 insert(t, (double) !flipped, bottomPt);
329 SkDPoint bottomPt = { x, bottom };
330 if ((t = line.nearPoint(bottomPt)) >= 0) {
331 insert(t, (double) !flipped, bottomPt);
  /external/skia/src/pathops/
SkDLineIntersection.cpp 297 SkDPoint bottomPt = { x, bottom };
298 if ((t = line.exactPoint(bottomPt)) >= 0) {
299 insert(t, (double) !flipped, bottomPt);
329 SkDPoint bottomPt = { x, bottom };
330 if ((t = line.nearPoint(bottomPt)) >= 0) {
331 insert(t, (double) !flipped, bottomPt);

Completed in 32 milliseconds