Home
last modified time | relevance | path

Searched defs:startT (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/src/pathops/
H A DSkPathOpsRect.cpp13 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 DSkPathOpsTSect.h201 double startT() const { in startT() function in SkTSpan
H A DSkPathOpsCurve.h262 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 DSkOpAngle.cpp1018 double startT = fStart->t(); in setSpans() local
H A DSkPathOpsTSect.cpp833 double startT = first->fStartT; in extractCoincident() local
[all...]
H A DSkOpSegment.cpp1630 double startT = startPtT.fT; in subDivide() local
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DTrimPaths.cpp41 auto startT = std::min(start, end) + offset, variable
59 this->node()->setStart(startT); variable
/third_party/skia/src/core/
H A DSkContourMeasure.cpp31 SkContourMeasure_segTo(const SkPoint pts[], unsigned segType, SkScalar startT, SkScalar stopT, SkPath* dst) SkContourMeasure_segTo() argument
[all...]
/third_party/skia/tests/
H A DPathOpsAngleTest.cpp478 void SkOpSegment::debugAddAngle(double startT, double endT) { in debugAddAngle() argument
/third_party/skia/modules/pathkit/
H A Dpathkit_wasm_bindings.cpp375 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim() argument
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp555 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim() argument

Completed in 19 milliseconds