Home
last modified time | relevance | path

Searched refs:isComplement (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/modules/pathkit/
H A Dexterns.js57 _trim: function(startT, stopT, isComplement) {},
108 PathKit.SkPath.prototype.trim = function(startT, stopT, isComplement) {};
H A Dchaining.js177 // isComplement is optional, defaults to false
178 PathKit.SkPath.prototype.trim = function(startT, stopT, isComplement) {
179 if (this._trim(startT, stopT, !!isComplement)) {
H A 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/
H A DUnicodeSetStringSpanTest.java404 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 DUnicodeSetStringSpanTest.java401 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 Dinterface.js363 // isComplement is optional, defaults to false
364 CanvasKit.Path.prototype.trim = function(startT, stopT, isComplement) {
365 if (this._trim(startT, stopT, !!isComplement)) {
H A 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/icu/icu4c/source/test/intltest/
H A Dusettest.cpp2948 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