Searched defs:startT (Results 1 - 11 of 11) 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 | 201 double startT() const { in startT() 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 | 1018 double startT = fStart->t(); in setSpans() local
|
H A D | SkPathOpsTSect.cpp | 833 double startT = first->fStartT; in extractCoincident() local [all...] |
H A D | SkOpSegment.cpp | 1630 double startT = startPtT.fT; in subDivide() local
|
/third_party/skia/modules/skottie/src/layers/shapelayer/ |
H A D | TrimPaths.cpp | 41 auto startT = std::min(start, end) + offset, variable 59 this->node()->setStart(startT); variable
|
/third_party/skia/src/core/ |
H A D | SkContourMeasure.cpp | 31 SkContourMeasure_segTo(const SkPoint pts[], unsigned segType, SkScalar startT, SkScalar stopT, SkPath* dst) SkContourMeasure_segTo() argument [all...] |
/third_party/skia/tests/ |
H A D | PathOpsAngleTest.cpp | 478 void SkOpSegment::debugAddAngle(double startT, double endT) { in debugAddAngle() argument
|
/third_party/skia/modules/pathkit/ |
H A D | pathkit_wasm_bindings.cpp | 375 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim() argument
|
/third_party/skia/modules/canvaskit/ |
H A D | canvaskit_bindings.cpp | 555 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim() argument
|
Completed in 19 milliseconds