Searched refs:ExactPointV (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsLine.h31 static double ExactPointV(const SkDPoint& xy, double top, double bottom, double x);
H A DSkPathOpsLine.cpp161 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { function in class:SkDLine
H A DSkDQuadLineIntersection.cpp278 double lineT = SkDLine::ExactPointV(fQuad[qIndex], top, bottom, x);
H A DSkDCubicLineIntersection.cpp300 double lineT = SkDLine::ExactPointV(fCubic[cIndex], top, bottom, x);
H A DSkDLineIntersection.cpp345 if ((t = SkDLine::ExactPointV(line[index], top, bottom, x)) >= 0) {
/external/skia/src/pathops/
H A DSkPathOpsLine.h31 static double ExactPointV(const SkDPoint& xy, double top, double bottom, double x);
H A DSkPathOpsLine.cpp161 double SkDLine::ExactPointV(const SkDPoint& xy, double top, double bottom, double x) { function in class:SkDLine
H A DSkDQuadLineIntersection.cpp278 double lineT = SkDLine::ExactPointV(fQuad[qIndex], top, bottom, x);
H A DSkDCubicLineIntersection.cpp300 double lineT = SkDLine::ExactPointV(fCubic[cIndex], top, bottom, x);
H A DSkDLineIntersection.cpp345 if ((t = SkDLine::ExactPointV(line[index], top, bottom, x)) >= 0) {

Completed in 280 milliseconds