Searched defs:realPt (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsLine.cpp80 SkDPoint realPt = ptAtT(t); local
81 double dist = realPt.distance(xy); // OPTIMIZATION: can we compare against distSq instead ?
104 SkDPoint realPt = ptAtT(t); local
105 double dist = realPt.distance(xy); // OPTIMIZATION: can we compare against distSq instead ?
H A DSkDQuadIntersection.cpp387 SkDPoint realPt = impTs.pt(index); local
388 if (!tmpLine[0].approximatelyPEqual(realPt)) {
/external/skia/src/pathops/
H A DSkPathOpsLine.cpp80 SkDPoint realPt = ptAtT(t); local
81 double dist = realPt.distance(xy); // OPTIMIZATION: can we compare against distSq instead ?
104 SkDPoint realPt = ptAtT(t); local
105 double dist = realPt.distance(xy); // OPTIMIZATION: can we compare against distSq instead ?
H A DSkDQuadIntersection.cpp387 SkDPoint realPt = impTs.pt(index); local
388 if (!tmpLine[0].approximatelyPEqual(realPt)) {

Completed in 113 milliseconds