Searched refs:isComplement (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/modules/pathkit/ |
H A D | externs.js | 57 _trim: function(startT, stopT, isComplement) {}, 108 PathKit.SkPath.prototype.trim = function(startT, stopT, isComplement) {};
|
H A D | chaining.js | 177 // isComplement is optional, defaults to false 178 PathKit.SkPath.prototype.trim = function(startT, stopT, isComplement) { 179 if (this._trim(startT, stopT, !!isComplement)) {
|
H A D | pathkit_wasm_bindings.cpp | 375 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/ |
H A D | UnicodeSetStringSpanTest.java | 404 static int getSpans(final UnicodeSetWithStrings set, boolean isComplement, final String s, in getSpans() argument 460 if (isComplement) { in getSpans() 556 // sets to be tested; odd index=isComplement
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
H A D | UnicodeSetStringSpanTest.java | 401 static int getSpans(final UnicodeSetWithStrings set, boolean isComplement, final String s, in getSpans() argument 457 if (isComplement) { in getSpans() 553 // sets to be tested; odd index=isComplement
|
/third_party/skia/modules/canvaskit/ |
H A D | interface.js | 363 // isComplement is optional, defaults to false 364 CanvasKit.Path.prototype.trim = function(startT, stopT, isComplement) { 365 if (this._trim(startT, stopT, !!isComplement)) {
|
H A D | canvaskit_bindings.cpp | 555 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/icu/icu4c/source/test/intltest/ |
H A D | usettest.cpp | 2948 static int32_t getSpans(const UnicodeSetWithStrings &set, UBool isComplement, in getSpans() argument 3010 if(isComplement) { in getSpans() 3118 // sets to be tested; odd index=isComplement
|
Completed in 18 milliseconds