Home
last modified time | relevance | path

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

/external/skqp/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()
/external/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()
/external/skia/modules/canvaskit/
Dinterface.js351 CanvasKit.SkPath.prototype.trim = function(startT, stopT, isComplement) { argument
352 if (this._trim(startT, stopT, !!isComplement)) {
Dcanvaskit_bindings.cpp443 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim() argument
444 auto mode = isComplement ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal; in ApplyTrim()
/external/skqp/experimental/canvaskit/
Dinterface.js352 CanvasKit.SkPath.prototype.trim = function(startT, stopT, isComplement) { argument
353 if (this._trim(startT, stopT, !!isComplement)) {
Dcanvaskit_bindings.cpp423 bool ApplyTrim(SkPath& path, SkScalar startT, SkScalar stopT, bool isComplement) { in ApplyTrim() argument
424 auto mode = isComplement ? SkTrimPathEffect::Mode::kInverted : SkTrimPathEffect::Mode::kNormal; in ApplyTrim()
/external/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()
/external/icu/android_icu4j/src/main/tests/android/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()
/external/skqp/site/user/modules/
Dpathkit.md694 #### `trim(startT, stopT, isComplement=false)` ####
697 **isComplement** - `Boolean`, If the complement of the trimmed section should
/external/skia/site/user/modules/
Dpathkit.md693 #### `trim(startT, stopT, isComplement=false)` ####
696 **isComplement** - `Boolean`, If the complement of the trimmed section should
/external/icu/icu4c/source/test/intltest/
Dusettest.cpp2906 static int32_t getSpans(const UnicodeSetWithStrings &set, UBool isComplement, in getSpans() argument
2968 if(isComplement) { in getSpans()