Searched defs:isComplex (Results 1 - 10 of 10) sorted by relevance

/external/icu4c/i18n/
H A Dstrrepl.h59 * then isComplex is set to false, and future replacements are
62 UBool isComplex; member in class:StringReplacer
/external/skia/src/core/
H A DSkRegionPriv.h38 bool isComplex() const function in struct:SkRegion::RunHead
45 SkASSERT(this->isComplex());
51 SkASSERT(this->isComplex());
57 SkASSERT(this->isComplex());
H A DSkRasterClip.cpp42 bool SkRasterClip::isComplex() const { function in class:SkRasterClip
43 return fIsBW ? fBW.isComplex() : !fAA.isEmpty();
/external/skia/include/core/
H A DSkRegion.h80 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } function in class:SkRegion
/external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
H A DConnectionMac.cpp163 bool isComplex = (numberOfPortDescriptors + numberOfOOLMemoryDescriptors > 0); local
166 header->msgh_bits = isComplex ? MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND | MACH_MSGH_BITS_COMPLEX, 0) : MACH_MSGH_BITS(MACH_MSG_TYPE_COPY_SEND, 0);
176 if (isComplex) {
/external/clang/lib/CodeGen/
H A DCGValue.h46 bool isComplex() const { return V1.getInt() == Complex; } function in class:clang::CodeGen::RValue
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTable.java286 if (m_activePropertyInfo.isComplex()) {
442 if (m_activePropertyInfo.isComplex()) {
723 return propertyInfo.isComplex() && levelX <= x && x <= levelX + m_stateWidth;
1368 public boolean isComplex() { method in class:PropertyTable.PropertyInfo
1551 if (isComplex() && !isExpanded() && m_expandedIds.contains(m_id)) {
1556 if (m_collapsedIds != null && isComplex() && !isExpanded()
/external/icu4c/layoutex/
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 372 milliseconds