| /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 | 206 double startT() const { in startT() function
|
| D | SkPathOpsCubic.cpp | 734 double SkDCubic::top(const SkDCubic& dCurve, double startT, double endT, SkDPoint*topPt) const { in top()
|
| D | SkOpAngle.cpp | 1033 double startT = fStart->t(); in setSpans() local
|
| D | SkOpSegment.cpp | 1636 double startT = startPtT.fT; in subDivide() local
|
| D | SkPathOpsTSect.cpp | 845 double startT = first->fStartT; in extractCoincident() local
|
| /external/skia/src/effects/ |
| D | SkTrimPathEffect.cpp | 62 SkTrimPE::SkTrimPE(SkScalar startT, SkScalar stopT, SkTrimPathEffect::Mode mode) in SkTrimPE() 132 sk_sp<SkPathEffect> SkTrimPathEffect::Make(SkScalar startT, SkScalar stopT, Mode mode) { in Make()
|
| /external/skia/modules/skottie/src/layers/shapelayer/ |
| D | TrimPaths.cpp | 41 auto startT = std::min(start, end) + offset, in onSync() local
|
| /external/skia/src/core/ |
| D | SkContourMeasure.cpp | 32 SkScalar startT, SkScalar stopT, SkPath* dst) { in SkContourMeasure_segTo() 560 SkScalar startT = 0, startD = 0; in distanceToSegment() local 644 SkScalar startT, stopT; in getSegment() local
|
| /external/skia/modules/pathkit/ |
| D | externs.js | 57 _trim: function(startT, stopT, isComplement) {}, argument 108 PathKit.SkPath.prototype.trim = function(startT, stopT, isComplement) {}; argument
|
| D | chaining.js | 176 PathKit.SkPath.prototype.trim = function(startT, stopT, isComplement) { argument
|
| D | pathkit_wasm_bindings.cpp | 377 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim()
|
| /external/skia/tests/ |
| D | PathOpsDebug.cpp | 1548 void SkOpSegment::debugAddAngle(double startT, double endT) { in debugAddAngle()
|
| /external/skia/modules/canvaskit/ |
| D | interface.js | 370 CanvasKit.Path.prototype.trim = function(startT, stopT, isComplement) { argument
|
| D | canvaskit_bindings.cpp | 672 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim()
|