Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsRect.cpp14 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds()
31 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds()
48 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds()
DSkPathOpsCurve.h268 static bool line_is_vertical(const SkPoint a[2], SkScalar , double startT, double endT) { in line_is_vertical()
275 static bool quad_is_vertical(const SkPoint a[3], SkScalar , double startT, double endT) { in quad_is_vertical()
282 static bool conic_is_vertical(const SkPoint a[3], SkScalar weight, double startT, double endT) { in conic_is_vertical()
289 static bool cubic_is_vertical(const SkPoint a[4], SkScalar , double startT, double endT) { in cubic_is_vertical()
DSkPathOpsTSect.h131 double endT() const { in endT() function
DSkPathOpsCubic.cpp734 double SkDCubic::top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const { in top()
DSkOpAngle.cpp1034 double endT = fEnd->t(); in setSpans() local
DSkOpSegment.cpp1637 double endT = endPtT.fT; in subDivide() local
/external/skia/tests/
DPathOpsDebug.cpp1548 void SkOpSegment::debugAddAngle(double startT, double endT) { in debugAddAngle()
/external/zstd/lib/compress/
Dzstd_compress_internal.h956 size_t const endT = (size_t)(window->nextSrc - window->base); in ZSTD_window_clear() local