HomeSort by relevance Sort by last modified time
    Searched refs:isComplex (Results 1 - 25 of 48) sorted by null

1 2

  /external/skia/legacy/src/core/
SkRegionPriv.h 38 bool isComplex() const
45 SkASSERT(this->isComplex());
51 SkASSERT(this->isComplex());
57 SkASSERT(this->isComplex());
SkRasterClip.h 28 bool isComplex() const;
SkRegion.cpp 96 if (fRunHead->isComplex()) {
149 if (fRunHead->isComplex()) {
214 SkASSERT(this->isComplex());
288 if (!fRunHead->isComplex() || fRunHead->fRunCount != count)
357 SkASSERT(this->isComplex());
477 if (!ah->isComplex() || !bh->isComplex()) {
997 if (this->isComplex()) {
1120 if (this->isComplex())
    [all...]
SkRasterClip.cpp 42 bool SkRasterClip::isComplex() const {
43 return fIsBW ? fBW.isComplex() : !fAA.isEmpty();
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 335 assertFalse(Element.A_8(mRS).isComplex());
336 assertFalse(Element.RGBA_4444(mRS).isComplex());
337 assertFalse(Element.RGBA_5551(mRS).isComplex());
338 assertFalse(Element.RGB_565(mRS).isComplex());
339 assertFalse(Element.RGB_888(mRS).isComplex());
340 assertFalse(Element.RGBA_8888(mRS).isComplex());
341 assertFalse(Element.F32(mRS).isComplex());
342 assertFalse(Element.F32_2(mRS).isComplex());
343 assertFalse(Element.F32_3(mRS).isComplex());
344 assertFalse(Element.F32_4(mRS).isComplex());
    [all...]
  /external/icu4c/i18n/
strrepl.cpp 44 isComplex = TRUE;
62 isComplex = TRUE;
76 isComplex = other.isComplex;
114 if (!isComplex) {
132 isComplex = FALSE;
167 isComplex = TRUE;
strrepl.h 59 * then isComplex is set to false, and future replacements are
62 UBool isComplex;
  /external/skia/include/core/
SkRRect.h 104 inline bool isComplex() const { return kComplex_Type == this->getType(); }
185 SkASSERT(!this->isComplex());
SkRegion.h 80 bool isComplex() const { return !this->isEmpty() && !this->isRect(); }
  /frameworks/base/graphics/java/android/renderscript/
ProgramVertex.java 114 if (e.isComplex()) {
Program.java 313 if (t.getElement().isComplex()) {
ProgramVertexFixedFunction.java 66 if (e.isComplex()) {
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 424 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/skia/src/core/
SkRasterClip.h 36 bool isComplex() const;
SkRegion.cpp 92 if (this->isComplex()) {
155 if (this->isComplex()) {
216 SkASSERT(this->isComplex());
280 if (!this->isComplex() || fRunHead->fRunCount != count) {
316 SkASSERT(this->isComplex());
374 SkASSERT(this->isComplex());
459 SkASSERT(this->isComplex());
521 if (!this->isComplex() || !b.isComplex()) {
1098 if (this->isComplex()) {
    [all...]
SkRasterClip.cpp 44 bool SkRasterClip::isComplex() const {
45 return fIsBW ? fBW.isComplex() : !fAA.isEmpty();
  /external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
ConnectionMac.cpp 163 bool isComplex = (numberOfPortDescriptors + numberOfOOLMemoryDescriptors > 0);
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) {
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ElementThunker.java 106 public boolean isComplex() {
107 return mN.isComplex();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 288 if (m_activePropertyInfo.isComplex()) {
444 if (m_activePropertyInfo.isComplex()) {
743 return propertyInfo.isComplex() && levelX <= x && x <= levelX + m_stateWidth;
    [all...]
  /external/icu4c/layoutex/
playout.cpp 55 return ParagraphLayout::isComplex(chars, count);
ParagraphLayout.cpp 612 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count)
620 if (isComplex(scriptCode)) {
970 le_bool ParagraphLayout::isComplex(UScriptCode script)
    [all...]
  /external/skia/legacy/include/core/
SkRegion.h 80 bool isComplex() const { return !this->isEmpty() && !this->isRect(); }
  /frameworks/base/graphics/java/android/graphics/
Region.java 129 public native boolean isComplex();
  /external/skia/src/utils/
SkDumpCanvas.cpp 48 } else if (rrect.isComplex()) {
117 if (rgn.isComplex()) {
  /frameworks/base/core/jni/android/graphics/
Region.cpp 99 return GetSkRegion(env, region)->isComplex();
269 { "isComplex", "()Z", (void*)Region_isComplex },

Completed in 1118 milliseconds

1 2