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

  /external/skia/src/pathops/
SkPathOpsLine.h 31 double nearPoint(const SkDPoint& xy, bool* unequal) const;
SkDLineIntersection.cpp 133 aNearB[index] = t = b.nearPoint(a[index], &aNotB[index]);
135 bNearA[index] = t = a.nearPoint(b[index], &bNotA[index]);
233 if ((t = line.nearPoint(leftPt, NULL)) >= 0) {
238 if ((t = line.nearPoint(rightPt, NULL)) >= 0) {
309 if ((t = line.nearPoint(topPt, NULL)) >= 0) {
314 if ((t = line.nearPoint(bottomPt, NULL)) >= 0) {
SkDConicLineIntersection.cpp 42 double t = fLine->nearPoint(conicMidPt, NULL);
189 double lineT = fLine->nearPoint(fConic[cIndex], NULL);
SkDCubicLineIntersection.cpp 101 double t = fLine.nearPoint(cubicMidPt, NULL);
288 double lineT = fLine.nearPoint(fCubic[cIndex], NULL);
SkDQuadLineIntersection.cpp 120 double t = fLine->nearPoint(quadMidPt, NULL);
294 double lineT = fLine->nearPoint(fQuad[qIndex], NULL);
SkPathOpsLine.cpp 59 double SkDLine::nearPoint(const SkDPoint& xy, bool* unequal) const {

Completed in 78 milliseconds