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

12

/external/chromium_org/third_party/icu/source/i18n/
H A Dstrrepl.cpp45 isComplex = TRUE;
63 isComplex = TRUE;
77 isComplex = other.isComplex;
115 if (!isComplex) {
133 isComplex = FALSE;
168 isComplex = TRUE;
H A Dstrrepl.h59 * then isComplex is set to false, and future replacements are
62 UBool isComplex; member in class:StringReplacer
/external/icu4c/i18n/
H A Dstrrepl.cpp44 isComplex = TRUE;
62 isComplex = TRUE;
76 isComplex = other.isComplex;
114 if (!isComplex) {
132 isComplex = FALSE;
167 isComplex = TRUE;
H A Dstrrepl.h59 * then isComplex is set to false, and future replacements are
62 UBool isComplex; member in class:StringReplacer
/external/chromium_org/third_party/skia/include/core/
H A DSkRRect.h104 inline bool isComplex() const { return kComplex_Type == this->getType(); } function in class:SkRRect
185 SkASSERT(!this->isComplex());
H A DSkRegion.h80 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } function in class:SkRegion
/external/skia/include/core/
H A DSkRRect.h105 inline bool isComplex() const { return kComplex_Type == this->getType(); } function in class:SkRRect
186 SkASSERT(!this->isComplex());
H A DSkRegion.h80 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } function in class:SkRegion
/external/icu4c/layoutex/layout/
H A DParagraphLayout.h424 static le_bool isComplex(const LEUnicode chars[], le_int32 count, const FontRuns *fontRuns);
438 static le_bool isComplex(const LEUnicode chars[], le_int32 count);
593 static le_bool isComplex(UScriptCode script);
/external/chromium_org/third_party/skia/src/core/
H A DSkRasterClip.h36 bool isComplex() const;
H A DSkRegion.cpp92 if (this->isComplex()) {
164 if (this->isComplex()) {
225 SkASSERT(this->isComplex());
289 if (!this->isComplex() || fRunHead->fRunCount != count) {
325 SkASSERT(this->isComplex());
383 SkASSERT(this->isComplex());
468 SkASSERT(this->isComplex());
530 if (!this->isComplex() || !b.isComplex()) {
1107 if (this->isComplex()) {
[all...]
H A DSkRasterClip.cpp44 bool SkRasterClip::isComplex() const { function in class:SkRasterClip
45 return fIsBW ? fBW.isComplex() : !fAA.isEmpty();
/external/skia/src/core/
H A DSkRasterClip.h36 bool isComplex() const;
H A DSkRegion.cpp92 if (this->isComplex()) {
164 if (this->isComplex()) {
225 SkASSERT(this->isComplex());
289 if (!this->isComplex() || fRunHead->fRunCount != count) {
325 SkASSERT(this->isComplex());
383 SkASSERT(this->isComplex());
468 SkASSERT(this->isComplex());
530 if (!this->isComplex() || !b.isComplex()) {
1107 if (this->isComplex()) {
[all...]
H A DSkRasterClip.cpp44 bool SkRasterClip::isComplex() const { function in class:SkRasterClip
45 return fIsBW ? fBW.isComplex() : !fAA.isEmpty();
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTable.java288 if (m_activePropertyInfo.isComplex()) {
444 if (m_activePropertyInfo.isComplex()) {
743 return propertyInfo.isComplex() && levelX <= x && x <= levelX + m_stateWidth;
1388 public boolean isComplex() { method in class:PropertyTable.PropertyInfo
1571 if (isComplex() && !isExpanded() && m_expandedIds.contains(m_id)) {
1576 if (m_collapsedIds != null && isComplex() && !isExpanded()
/external/chromium_org/ui/gfx/
H A Dblit.cc35 if (clip_region.isEmpty() || clip_region.isComplex())
/external/icu4c/layoutex/
H A Dplayout.cpp55 return ParagraphLayout::isComplex(chars, count);
H A DParagraphLayout.cpp612 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count) function in class:ParagraphLayout
620 if (isComplex(scriptCode)) {
970 le_bool ParagraphLayout::isComplex(UScriptCode script) function in class:ParagraphLayout
/external/chromium_org/third_party/skia/src/utils/
H A DSkDumpCanvas.cpp48 } else if (rrect.isComplex()) {
120 if (rgn.isComplex()) {
/external/skia/src/utils/
H A DSkDumpCanvas.cpp48 } else if (rrect.isComplex()) {
120 if (rgn.isComplex()) {
/external/lzma/CPP/7zip/Archive/7z/
H A D7zOut.cpp291 bool isComplex = !coder.IsSimpleCoder(); local
292 b |= (isComplex ? 0x10 : 0);
296 if (isComplex)
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkObjectParser.cpp245 SkASSERT(rrect.isComplex());
/external/clang/lib/CodeGen/
H A DCGValue.h47 bool isComplex() const { return V1.getInt() == Complex; } function in class:clang::CodeGen::RValue
/external/skia/src/utils/debugger/
H A DSkObjectParser.cpp245 SkASSERT(rrect.isComplex());

Completed in 604 milliseconds

12