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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsLine.h 29 double exactPoint(const SkDPoint& xy) const;
SkDLineIntersection.cpp 117 if ((t = b.exactPoint(a[iA])) >= 0) {
122 if ((t = a.exactPoint(b[iB])) >= 0) {
251 if ((t = line.exactPoint(leftPt)) >= 0) {
256 if ((t = line.exactPoint(rightPt)) >= 0) {
339 if ((t = line.exactPoint(topPt)) >= 0) {
344 if ((t = line.exactPoint(bottomPt)) >= 0) {
SkPathOpsLine.cpp 56 double SkDLine::exactPoint(const SkDPoint& xy) const {
SkDQuadLineIntersection.cpp 226 double lineT = fLine.exactPoint(fQuad[qIndex]);
SkDCubicLineIntersection.cpp 247 double lineT = fLine.exactPoint(fCubic[cIndex]);

Completed in 3680 milliseconds