Home
last modified time | relevance | path

Searched defs:endT (Results 1 – 15 of 15) sorted by relevance

/external/skia/src/pathops/
DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds()
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds()
47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds()
DSkPathOpsCurve.h262 static bool line_is_vertical(const SkPoint a[2], SkScalar , double startT, double endT) { in line_is_vertical()
269 static bool quad_is_vertical(const SkPoint a[3], SkScalar , double startT, double endT) { in quad_is_vertical()
276 static bool conic_is_vertical(const SkPoint a[3], SkScalar weight, double startT, double endT) { in conic_is_vertical()
283 static bool cubic_is_vertical(const SkPoint a[4], SkScalar , double startT, double endT) { in cubic_is_vertical()
DSkPathOpsTSect.h126 double endT() const { in endT() function
DSkPathOpsCubic.cpp723 double SkDCubic::top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const { in top()
DSkOpAngle.cpp1019 double endT = fEnd->t(); in setSpans() local
DSkOpSegment.cpp1631 double endT = endPtT.fT; in subDivide() local
/external/skqp/src/pathops/
DSkPathOpsRect.cpp13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds()
30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds()
47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds()
DSkPathOpsCurve.h262 static bool line_is_vertical(const SkPoint a[2], SkScalar , double startT, double endT) { in line_is_vertical()
269 static bool quad_is_vertical(const SkPoint a[3], SkScalar , double startT, double endT) { in quad_is_vertical()
276 static bool conic_is_vertical(const SkPoint a[3], SkScalar weight, double startT, double endT) { in conic_is_vertical()
283 static bool cubic_is_vertical(const SkPoint a[4], SkScalar , double startT, double endT) { in cubic_is_vertical()
DSkPathOpsTSect.h127 double endT() const { in endT() function
DSkPathOpsCubic.cpp721 double SkDCubic::top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const { in top()
DSkOpAngle.cpp1019 double endT = fEnd->t(); in setSpans() local
DSkOpSegment.cpp1631 double endT = endPtT.fT; in subDivide() local
/external/skia/tests/
DPathOpsAngleTest.cpp478 void SkOpSegment::debugAddAngle(double startT, double endT) { in debugAddAngle()
/external/skqp/tests/
DPathOpsAngleTest.cpp481 void SkOpSegment::debugAddAngle(double startT, double endT) { in debugAddAngle()
/external/zstd/lib/compress/
Dzstd_compress_internal.h791 size_t const endT = (size_t)(window->nextSrc - window->base); in ZSTD_window_clear() local