Searched defs:stopT (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/skia/src/effects/ |
H A D | SkTrimPathEffect.cpp | 63 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 D | SkContourMeasure.cpp | 43 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 D | externs.js | 60 _trim: function(startT, stopT, isComplement) {}, argument 114 PathKit.SkPath.prototype.trim = function(startT, stopT, isComplement) {}; argument
|
H A D | chaining.js | 192 PathKit.SkPath.prototype.trim = function(startT, stopT, isComplement) { argument
|
H A D | pathkit_wasm_bindings.cpp | 389 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim()
|
/aosp_15_r20/external/skia/modules/skottie/src/layers/shapelayer/ |
H A D | TrimPaths.cpp | 50 stopT = std::max(start, end) + offset; in onSync() local
|
/aosp_15_r20/external/skia/modules/canvaskit/ |
H A D | interface.js | 370 CanvasKit.Path.prototype.trim = function(startT, stopT, isComplement) { argument
|
H A D | canvaskit_bindings.cpp | 771 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim()
|