Searched defs:endT (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/src/pathops/ |
H A D | SkPathOpsRect.cpp | 13 void SkDRect::setBounds(const SkDQuad& curve, const SkDQuad& sub, double startT, double endT) { in setBounds() argument 30 void SkDRect::setBounds(const SkDConic& curve, const SkDConic& sub, double startT, double endT) { in setBounds() argument 47 void SkDRect::setBounds(const SkDCubic& curve, const SkDCubic& sub, double startT, double endT) { in setBounds() argument
|
H A D | SkPathOpsTSect.h | 126 double endT() const { in endT() function in SkTSpan
|
H A D | SkPathOpsCurve.h | 262 static bool line_is_vertical(const SkPoint a[2], SkScalar , double startT, double endT) { in line_is_vertical() argument 269 static bool quad_is_vertical(const SkPoint a[3], SkScalar , double startT, double endT) { in quad_is_vertical() argument 276 static bool conic_is_vertical(const SkPoint a[3], SkScalar weight, double startT, double endT) { in conic_is_vertical() argument 283 static bool cubic_is_vertical(const SkPoint a[4], SkScalar , double startT, double endT) { in cubic_is_vertical() argument
|
H A D | SkOpAngle.cpp | 1019 double endT = fEnd->t(); in setSpans() local
|
H A D | SkOpSegment.cpp | 1631 double endT = endPtT.fT; in subDivide() local
|
/third_party/skia/tests/ |
H A D | PathOpsAngleTest.cpp | 478 void SkOpSegment::debugAddAngle(double startT, double endT) { in debugAddAngle() argument
|
Completed in 9 milliseconds