Home
last modified time | relevance | path

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

/external/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()
/external/skqp/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()
/external/skia/src/core/
DSkContourMeasure.cpp27 SkScalar startT, SkScalar stopT, SkPath* dst) { in SkContourMeasure_segTo()
618 SkScalar startT, stopT; in getSegment() local
/external/skqp/src/core/
DSkPathMeasure.cpp37 SkScalar startT, SkScalar stopT, SkPath* dst) { in SkPathMeasure_segTo()
673 SkScalar startT, stopT; in getSegment() local
/external/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()
/external/skqp/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()
/external/skqp/modules/skottie/src/
DSkottieAdapter.cpp243 stopT = SkTMax(start, end) + offset; in apply() local
/external/skia/modules/skottie/src/
DSkottieAdapter.cpp245 stopT = SkTMax(start, end) + offset; in apply() local
/external/skia/modules/canvaskit/
Dinterface.js351 CanvasKit.SkPath.prototype.trim = function(startT, stopT, isComplement) { argument
Dcanvaskit_bindings.cpp443 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim()
/external/skqp/experimental/canvaskit/
Dinterface.js352 CanvasKit.SkPath.prototype.trim = function(startT, stopT, isComplement) { argument
Dcanvaskit_bindings.cpp423 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim()