Searched refs:isComplex (Results 1 - 25 of 48) sorted by relevance

12

/external/skia/fuzz/oss_fuzz/
H A DFuzzRegionDeserialize.cpp20 region.isComplex();
H A DFuzzRegionSetPath.cpp31 r1.isComplex();
/external/skia/src/core/
H A DSkRRectPriv.h20 SkASSERT(!rr.isComplex());
H A DSkRegion.cpp92 if (this->isComplex()) {
159 if (this->isComplex()) {
216 SkASSERT(this->isComplex());
280 if (!this->isComplex() || fRunHead->fRunCount != count) {
283 SkASSERT(this->isComplex());
322 SkASSERT(this->isComplex());
380 SkASSERT(this->isComplex());
465 SkASSERT(this->isComplex());
527 if (!this->isComplex() || !b.isComplex()) {
[all...]
H A DSkRasterClip.cpp182 bool SkRasterClip::isComplex() const { function in class:SkRasterClip
183 return fIsBW ? fBW.isComplex() : !fAA.isEmpty();
H A DSkRasterClip.h88 bool isComplex() const;
/external/skqp/fuzz/oss_fuzz/
H A DFuzzRegionDeserialize.cpp20 region.isComplex();
H A DFuzzRegionSetPath.cpp31 r1.isComplex();
/external/icu/icu4c/source/i18n/
H A Dstrrepl.cpp46 isComplex = TRUE;
64 isComplex = TRUE;
78 isComplex = other.isComplex;
116 if (!isComplex) {
134 isComplex = FALSE;
169 isComplex = TRUE;
H A Dstrrepl.h61 * then isComplex is set to false, and future replacements are
64 UBool isComplex; member in class:StringReplacer
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DStringReplacer.java48 * then isComplex is set to false, and future replacements are
51 private boolean isComplex; field in class:StringReplacer
77 isComplex = true;
95 isComplex = true;
127 if (!isComplex) {
145 isComplex = false;
196 isComplex = true;
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DStringReplacer.java47 * then isComplex is set to false, and future replacements are
50 private boolean isComplex; field in class:StringReplacer
76 isComplex = true;
94 isComplex = true;
126 if (!isComplex) {
144 isComplex = false;
195 isComplex = true;
/external/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h433 static le_bool isComplex(const LEUnicode chars[], le_int32 count, const FontRuns *fontRuns);
447 static le_bool isComplex(const LEUnicode chars[], le_int32 count);
602 static le_bool isComplex(UScriptCode script);
/external/skqp/src/core/
H A DSkRegion.cpp92 if (this->isComplex()) {
159 if (this->isComplex()) {
216 SkASSERT(this->isComplex());
280 if (!this->isComplex() || fRunHead->fRunCount != count) {
283 SkASSERT(this->isComplex());
322 SkASSERT(this->isComplex());
380 SkASSERT(this->isComplex());
465 SkASSERT(this->isComplex());
527 if (!this->isComplex() || !b.isComplex()) {
[all...]
H A DSkRasterClip.cpp182 bool SkRasterClip::isComplex() const { function in class:SkRasterClip
183 return fIsBW ? fBW.isComplex() : !fAA.isEmpty();
H A DSkRasterClip.h88 bool isComplex() const;
/external/skqp/include/core/
H A DSkRRect.h117 inline bool isComplex() const { return kComplex_Type == this->getType(); } function in class:SkRRect
217 SkASSERT(!this->isComplex());
H A DSkRegion.h79 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } function in class:SkRegion
/external/icu/icu4c/source/layoutex/
H A Dplayout.cpp57 return ParagraphLayout::isComplex(chars, count);
H A DParagraphLayout.cpp617 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count) function in class:ParagraphLayout
625 if (isComplex(scriptCode)) {
975 le_bool ParagraphLayout::isComplex(UScriptCode script) function in class:ParagraphLayout
/external/skia/include/core/
H A DSkRRect.h109 inline bool isComplex() const { return kComplex_Type == this->getType(); } function in class:SkRRect
H A DSkRegion.h79 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } function in class:SkRegion
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h289 bool isComplex(const MachineInstr *MI) const;
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp273 bool isComplex = !coder.IsSimpleCoder(); local
274 b |= (isComplex ? 0x10 : 0);
280 if (isComplex)
/external/clang/lib/CodeGen/
H A DCGValue.h52 bool isComplex() const { return V1.getInt() == Complex; } function in class:clang::CodeGen::RValue

Completed in 477 milliseconds

12