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

  /external/skia/src/pathops/
SkPathOpsLine.h 34 static double NearPointV(const SkDPoint& xy, double top, double bottom, double x);
SkPathOpsLine.cpp 153 double SkDLine::NearPointV(const SkDPoint& xy, double top, double bottom, double x) {
SkDConicLineIntersection.cpp 241 double lineT = SkDLine::NearPointV(fConic[cIndex], top, bottom, x);
SkDCubicLineIntersection.cpp 339 double lineT = SkDLine::NearPointV(fCubic[cIndex], top, bottom, x);
SkDLineIntersection.cpp 318 if ((t = SkDLine::NearPointV(line[index], top, bottom, x)) >= 0) {
SkDQuadLineIntersection.cpp 346 double lineT = SkDLine::NearPointV(fQuad[qIndex], top, bottom, x);

Completed in 525 milliseconds