Home
last modified time | relevance | path

Searched refs:isComplex (Results 1 – 25 of 61) sorted by relevance

123

/third_party/node/deps/icu-small/source/i18n/
Dstrrepl.cpp46 isComplex = TRUE; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
64 isComplex = TRUE; in StringReplacer()
78 isComplex = other.isComplex; in StringReplacer()
116 if (!isComplex) { in replace()
134 isComplex = FALSE; in replace()
169 isComplex = TRUE; in replace()
/third_party/skia/third_party/externals/icu/source/i18n/
Dstrrepl.cpp46 isComplex = TRUE; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
64 isComplex = TRUE; in StringReplacer()
78 isComplex = other.isComplex; in StringReplacer()
116 if (!isComplex) { in replace()
134 isComplex = FALSE; in replace()
169 isComplex = TRUE; in replace()
Dstrrepl.h64 UBool isComplex; variable
/third_party/icu/icu4c/source/i18n/
Dstrrepl.cpp46 isComplex = TRUE; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
64 isComplex = TRUE; in StringReplacer()
78 isComplex = other.isComplex; in StringReplacer()
116 if (!isComplex) { in replace()
134 isComplex = FALSE; in replace()
169 isComplex = TRUE; in replace()
Dstrrepl.h64 UBool isComplex; variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dstrrepl.cpp46 isComplex = TRUE; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
64 isComplex = TRUE; in StringReplacer()
78 isComplex = other.isComplex; in StringReplacer()
116 if (!isComplex) { in replace()
134 isComplex = FALSE; in replace()
169 isComplex = TRUE; in replace()
Dstrrepl.h64 UBool isComplex; variable
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DStringReplacer.java50 private boolean isComplex; field in StringReplacer
76 isComplex = true; in StringReplacer()
94 isComplex = true; in StringReplacer()
126 if (!isComplex) { in replace()
144 isComplex = false; in replace()
195 isComplex = true; in replace()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DStringReplacer.java51 private boolean isComplex; field in StringReplacer
77 isComplex = true; in StringReplacer()
95 isComplex = true; in StringReplacer()
127 if (!isComplex) { in replace()
145 isComplex = false; in replace()
196 isComplex = true; in replace()
/third_party/skia/docs/examples/
DRRect_isComplex.cpp15 canvas->drawString(rrect.isComplex() ? "complex" : "not complex", 64, 90, paint);
20 canvas->drawString(rrect.isComplex() ? "complex" : "not complex", 64, 90, paint);
DRegion_isComplex.cpp8 SkDebugf("%s: region is %s" "complex\n", label, region.isComplex() ? "" : "not "); in draw()
/third_party/flutter/skia/docs/examples/
DRRect_isComplex.cpp15 canvas->drawString(rrect.isComplex() ? "complex" : "not complex", 64, 90, paint);
20 canvas->drawString(rrect.isComplex() ? "complex" : "not complex", 64, 90, paint);
DRegion_isComplex.cpp8 SkDebugf("%s: region is %s" "complex\n", label, region.isComplex() ? "" : "not "); in draw()
/third_party/boost/libs/graph/example/
Dminimum_degree_ordering.cpp48 isComplex = false; in harwell_boeing()
60 isComplex = true; in harwell_boeing()
94 bool isComplex; member
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dcustom_paint_test.dart88 isComplex: true,
92 expect(renderCustom.isComplex, true);
101 expect(renderCustom.isComplex, false);
/third_party/flutter/skia/src/core/
DSkRegion.cpp136 if (this->isComplex()) { in freeRuns()
203 if (this->isComplex()) { in setRegion()
260 SkASSERT(this->isComplex()); in count_runtype_values()
324 if (!this->isComplex() || fRunHead->fRunCount != count) { in setRuns()
327 SkASSERT(this->isComplex()); in setRuns()
366 SkASSERT(this->isComplex()); in contains()
424 SkASSERT(this->isComplex()); in contains()
509 SkASSERT(this->isComplex()); in intersects()
571 if (!this->isComplex() || !b.isComplex()) { in operator ==()
611 SkASSERT(tmp.isComplex()); in translate()
[all …]
DSkRRectPriv.h23 SkASSERT(!rr.isComplex()); in GetSimpleRadii()
/third_party/skia/src/core/
DSkRegion.cpp135 if (this->isComplex()) { in freeRuns()
202 if (this->isComplex()) { in setRegion()
259 SkASSERT(this->isComplex()); in count_runtype_values()
323 if (!this->isComplex() || fRunHead->fRunCount != count) { in setRuns()
326 SkASSERT(this->isComplex()); in setRuns()
365 SkASSERT(this->isComplex()); in contains()
423 SkASSERT(this->isComplex()); in contains()
508 SkASSERT(this->isComplex()); in intersects()
570 if (!this->isComplex() || !b.isComplex()) { in operator ==()
610 SkASSERT(tmp.isComplex()); in translate()
[all …]
DSkRasterClip.h50 bool isComplex() const { in isComplex() function
51 return fIsBW ? fBW.isComplex() : !fAA.isEmpty(); in isComplex()
/third_party/icu/icu4c/source/layoutex/layout/
DParagraphLayout.h431 static le_bool isComplex(const LEUnicode chars[], le_int32 count, const FontRuns *fontRuns);
445 static le_bool isComplex(const LEUnicode chars[], le_int32 count);
600 static le_bool isComplex(UScriptCode script);
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/compositor/
Draster_cache.dart29 /// The flag [isComplex] is a hint to the raster cache that this picture
36 ui.Picture picture, Matrix4 matrix, bool isComplex, bool willChange) {}
/third_party/flutter/skia/fuzz/oss_fuzz/
DFuzzRegionDeserialize.cpp20 region.isComplex(); in FuzzRegionDeserialize()
DFuzzRegionSetPath.cpp31 r1.isComplex(); in FuzzRegionSetPath()
/third_party/skia/fuzz/oss_fuzz/
DFuzzRegionDeserialize.cpp20 region.isComplex(); in FuzzRegionDeserialize()
DFuzzRegionSetPath.cpp31 r1.isComplex(); in FuzzRegionSetPath()

123