Searched defs:endT (Results 1 – 8 of 8) sorted by relevance
| /external/skia/src/pathops/ |
| D | SkPathOpsRect.cpp | 14 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()
|
| D | SkPathOpsCurve.h | 268 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()
|
| D | SkPathOpsTSect.h | 131 double endT() const { in endT() function
|
| D | SkPathOpsCubic.cpp | 734 double SkDCubic::top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const { in top()
|
| D | SkOpAngle.cpp | 1034 double endT = fEnd->t(); in setSpans() local
|
| D | SkOpSegment.cpp | 1637 double endT = endPtT.fT; in subDivide() local
|
| /external/skia/tests/ |
| D | PathOpsDebug.cpp | 1548 void SkOpSegment::debugAddAngle(double startT, double endT) { in debugAddAngle()
|
| /external/zstd/lib/compress/ |
| D | zstd_compress_internal.h | 956 size_t const endT = (size_t)(window->nextSrc - window->base); in ZSTD_window_clear() local
|