Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/effects/
H A DSkTrimPathEffect.cpp63 SkTrimPE::SkTrimPE(SkScalar startT, SkScalar stopT, SkTrimPathEffect::Mode mode) in SkTrimPE()
133 sk_sp<SkPathEffect> SkTrimPathEffect::Make(SkScalar startT, SkScalar stopT, Mode mode) { in Make()
/aosp_15_r20/external/skia/src/core/
H A DSkContourMeasure.cpp43 SkScalar startT, SkScalar stopT, SkPath* dst) { in SkContourMeasure_segTo()
676 SkScalar startT, stopT; in getSegment() local
/aosp_15_r20/external/skia/modules/pathkit/
H A Dexterns.js60 _trim: function(startT, stopT, isComplement) {}, argument
114 PathKit.SkPath.prototype.trim = function(startT, stopT, isComplement) {}; argument
H A Dchaining.js192 PathKit.SkPath.prototype.trim = function(startT, stopT, isComplement) { argument
H A Dpathkit_wasm_bindings.cpp389 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim()
/aosp_15_r20/external/skia/modules/skottie/src/layers/shapelayer/
H A DTrimPaths.cpp50 stopT = std::max(start, end) + offset; in onSync() local
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dinterface.js370 CanvasKit.Path.prototype.trim = function(startT, stopT, isComplement) { argument
H A Dcanvaskit_bindings.cpp771 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim()