Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkDLineIntersection.cpp281 SkDPoint topPt = { x, top }; in vertical() local
282 if ((t = line.exactPoint(topPt)) >= 0) { in vertical()
283 insert(t, (double) flipped, topPt); in vertical()
314 if ((t = line.nearPoint(topPt, nullptr)) >= 0) { in vertical()
315 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.h131 double top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const;