Home
last modified time | relevance | path

Searched defs:stopT (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/skia/src/effects/
DSkTrimPathEffect.cpp53 SkTrimPE::SkTrimPE(SkScalar startT, SkScalar stopT, SkTrimPathEffect::Mode mode) in SkTrimPE()
102 sk_sp<SkPathEffect> SkTrimPathEffect::Make(SkScalar startT, SkScalar stopT, Mode mode) { in Make()
/third_party/skia/src/effects/
DSkTrimPathEffect.cpp48 SkTrimPE::SkTrimPE(SkScalar startT, SkScalar stopT, SkTrimPathEffect::Mode mode) in SkTrimPE()
118 sk_sp<SkPathEffect> SkTrimPathEffect::Make(SkScalar startT, SkScalar stopT, Mode mode) { in Make()
/third_party/skia/modules/skottie/src/layers/shapelayer/
DTrimPaths.cpp42 stopT = std::max(start, end) + offset; in onSync() local
/third_party/skia/src/core/
DSkContourMeasure.cpp32 SkScalar startT, SkScalar stopT, SkPath* dst) { in SkContourMeasure_segTo()
644 SkScalar startT, stopT; in getSegment() local
/third_party/flutter/skia/src/core/
DSkContourMeasure.cpp27 SkScalar startT, SkScalar stopT, SkPath* dst) { in SkContourMeasure_segTo()
618 SkScalar startT, stopT; in getSegment() local
/third_party/flutter/skia/modules/pathkit/
Dchaining.js178 PathKit.SkPath.prototype.trim = function(startT, stopT, isComplement) { argument
Dexterns.js57 _trim: function(startT, stopT, isComplement) {}, argument
108 PathKit.SkPath.prototype.trim = function(startT, stopT, isComplement) {}; argument
Dpathkit_wasm_bindings.cpp388 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim()
/third_party/skia/modules/pathkit/
Dchaining.js178 PathKit.SkPath.prototype.trim = function(startT, stopT, isComplement) { argument
Dexterns.js57 _trim: function(startT, stopT, isComplement) {}, argument
108 PathKit.SkPath.prototype.trim = function(startT, stopT, isComplement) {}; argument
Dpathkit_wasm_bindings.cpp375 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim()
/third_party/flutter/skia/modules/skottie/src/
DSkottieAdapter.cpp320 stopT = SkTMax(start, end) + offset; in apply() local
/third_party/flutter/skia/modules/canvaskit/
Dinterface.js351 CanvasKit.SkPath.prototype.trim = function(startT, stopT, isComplement) { argument
Dcanvaskit_bindings.cpp445 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim()
/third_party/skia/modules/canvaskit/
Dinterface.js364 CanvasKit.Path.prototype.trim = function(startT, stopT, isComplement) { argument
Dcanvaskit_bindings.cpp555 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim()