Home
last modified time | relevance | path

Searched refs:isComplement (Results 1 – 16 of 16) sorted by relevance

/third_party/flutter/skia/modules/pathkit/
Dexterns.js57 _trim: function(startT, stopT, isComplement) {}, argument
108 PathKit.SkPath.prototype.trim = function(startT, stopT, isComplement) {}; argument
Dchaining.js178 PathKit.SkPath.prototype.trim = function(startT, stopT, isComplement) { argument
179 if (this._trim(startT, stopT, !!isComplement)) {
Dpathkit_wasm_bindings.cpp388 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim() argument
389 auto mode = isComplement ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal; in ApplyTrim()
/third_party/skia/modules/pathkit/
Dexterns.js57 _trim: function(startT, stopT, isComplement) {}, argument
108 PathKit.SkPath.prototype.trim = function(startT, stopT, isComplement) {}; argument
Dchaining.js178 PathKit.SkPath.prototype.trim = function(startT, stopT, isComplement) { argument
179 if (this._trim(startT, stopT, !!isComplement)) {
Dpathkit_wasm_bindings.cpp375 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim() argument
376 auto mode = isComplement ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal; in ApplyTrim()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java404 static int getSpans(final UnicodeSetWithStrings set, boolean isComplement, final String s, in getSpans() argument
460 if (isComplement) { in getSpans()
/third_party/flutter/skia/modules/canvaskit/
Dinterface.js351 CanvasKit.SkPath.prototype.trim = function(startT, stopT, isComplement) { argument
352 if (this._trim(startT, stopT, !!isComplement)) {
Dcanvaskit_bindings.cpp445 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim() argument
446 auto mode = isComplement ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal; in ApplyTrim()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DUnicodeSetStringSpanTest.java401 static int getSpans(final UnicodeSetWithStrings set, boolean isComplement, final String s, in getSpans() argument
457 if (isComplement) { in getSpans()
/third_party/skia/modules/canvaskit/
Dinterface.js364 CanvasKit.Path.prototype.trim = function(startT, stopT, isComplement) { argument
365 if (this._trim(startT, stopT, !!isComplement)) {
Dcanvaskit_bindings.cpp555 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim() argument
556 auto mode = isComplement ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal; in ApplyTrim()
/third_party/skia/site/docs/user/modules/
Dpathkit.md749 #### `trim(startT, stopT, isComplement=false)`
752 "percentages" of the path to draw <br> **isComplement** - `Boolean`, If the
/third_party/flutter/skia/site/user/modules/
Dpathkit.md693 #### `trim(startT, stopT, isComplement=false)` ####
696 **isComplement** - `Boolean`, If the complement of the trimmed section should
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts2495 trim(startT: number, stopT: number, isComplement: boolean): Path | null;
/third_party/icu/icu4c/source/test/intltest/
Dusettest.cpp2944 static int32_t getSpans(const UnicodeSetWithStrings &set, UBool isComplement, in getSpans() argument
3006 if(isComplement) { in getSpans()