Home
last modified time | relevance | path

Searched refs:topPt (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/pathops/
DSkDLineIntersection.cpp287 SkDPoint topPt = { x, top }; in vertical() local
288 if ((t = line.exactPoint(topPt)) >= 0) { in vertical()
289 insert(t, (double) flipped, topPt); in vertical()
320 if ((t = line.nearPoint(topPt, nullptr)) >= 0) { in vertical()
321 insert(t, (double) flipped, topPt); in vertical()
DSkPathOpsCubic.cpp721 double SkDCubic::top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const { in top()
728 if (topPt->fY > mid.fY || (topPt->fY == mid.fY && topPt->fX > mid.fX)) { in top()
730 *topPt = mid; in top()
DSkPathOpsCubic.h136 double top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const;
/external/skqp/src/pathops/
DSkDLineIntersection.cpp287 SkDPoint topPt = { x, top }; in vertical() local
288 if ((t = line.exactPoint(topPt)) >= 0) { in vertical()
289 insert(t, (double) flipped, topPt); in vertical()
320 if ((t = line.nearPoint(topPt, nullptr)) >= 0) { in vertical()
321 insert(t, (double) flipped, topPt); in vertical()
DSkPathOpsCubic.cpp721 double SkDCubic::top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const { in top()
728 if (topPt->fY > mid.fY || (topPt->fY == mid.fY && topPt->fX > mid.fX)) { in top()
730 *topPt = mid; in top()
DSkPathOpsCubic.h136 double top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const;