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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsLine.cpp 80 SkDPoint realPt = ptAtT(t);
81 double dist = realPt.distance(xy); // OPTIMIZATION: can we compare against distSq instead ?
104 SkDPoint realPt = ptAtT(t);
105 double dist = realPt.distance(xy); // OPTIMIZATION: can we compare against distSq instead ?
SkDQuadIntersection.cpp 387 SkDPoint realPt = impTs.pt(index);
388 if (!tmpLine[0].approximatelyPEqual(realPt)) {
  /external/skia/src/pathops/
SkPathOpsLine.cpp 80 SkDPoint realPt = ptAtT(t);
81 double dist = realPt.distance(xy); // OPTIMIZATION: can we compare against distSq instead ?
104 SkDPoint realPt = ptAtT(t);
105 double dist = realPt.distance(xy); // OPTIMIZATION: can we compare against distSq instead ?
SkDQuadIntersection.cpp 387 SkDPoint realPt = impTs.pt(index);
388 if (!tmpLine[0].approximatelyPEqual(realPt)) {

Completed in 2023 milliseconds