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

1 2 3 4

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 348 assertFalse(Element.A_8(mRS).isComplex());
349 assertFalse(Element.RGBA_4444(mRS).isComplex());
350 assertFalse(Element.RGBA_5551(mRS).isComplex());
351 assertFalse(Element.RGB_565(mRS).isComplex());
352 assertFalse(Element.RGB_888(mRS).isComplex());
353 assertFalse(Element.RGBA_8888(mRS).isComplex());
354 assertFalse(Element.F16(mRS).isComplex());
355 assertFalse(Element.F16_2(mRS).isComplex());
356 assertFalse(Element.F16_3(mRS).isComplex());
357 assertFalse(Element.F16_4(mRS).isComplex());
    [all...]
  /external/icu/icu4c/source/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/icu/android_icu4j/src/main/java/android/icu/text/
StringReplacer.java 46 * then isComplex is set to false, and future replacements are
49 private boolean isComplex;
75 isComplex = true;
93 isComplex = true;
124 if (!isComplex) {
142 isComplex = false;
193 isComplex = true;
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
StringReplacer.java 45 * then isComplex is set to false, and future replacements are
48 private boolean isComplex;
74 isComplex = true;
92 isComplex = true;
123 if (!isComplex) {
141 isComplex = false;
192 isComplex = true;
  /external/skia/include/core/
SkRRect.h 108 inline bool isComplex() const { return kComplex_Type == this->getType(); }
219 SkASSERT(!this->isComplex());
SkRegion.h 79 bool isComplex() const { return !this->isEmpty() && !this->isRect(); }
  /frameworks/base/rs/java/android/renderscript/
ProgramVertex.java 110 if (e.isComplex()) {
Program.java 314 if (t.getElement().isComplex()) {
ProgramVertexFixedFunction.java 62 if (e.isComplex()) {
  /external/icu/icu4c/source/layoutex/layout/
ParagraphLayout.h 431 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);
  /external/skia/src/core/
SkRegion.cpp 92 if (this->isComplex()) {
164 if (this->isComplex()) {
220 SkASSERT(this->isComplex());
284 if (!this->isComplex() || fRunHead->fRunCount != count) {
320 SkASSERT(this->isComplex());
378 SkASSERT(this->isComplex());
463 SkASSERT(this->isComplex());
525 if (!this->isComplex() || !b.isComplex()) {
1102 if (this->isComplex()) {
    [all...]
SkRasterClip.h 40 bool isComplex() const;
SkRasterClip.cpp 47 bool SkRasterClip::isComplex() const {
48 return fIsBW ? fBW.isComplex() : !fAA.isEmpty();
  /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/icu/icu4c/source/layoutex/
playout.cpp 55 return ParagraphLayout::isComplex(chars, count);
ParagraphLayout.cpp 615 le_bool ParagraphLayout::isComplex(const LEUnicode chars[], le_int32 count)
623 if (isComplex(scriptCode)) {
973 le_bool ParagraphLayout::isComplex(UScriptCode script)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Region.java 129 public native boolean isComplex();
  /external/skia/src/utils/
SkDumpCanvas.cpp 49 } else if (rrect.isComplex()) {
121 if (rgn.isComplex()) {
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 263 bool isComplex(const MachineInstr *MI) const;
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 273 bool isComplex = !coder.IsSimpleCoder();
274 b |= (isComplex ? 0x10 : 0);
278 if (isComplex)
  /external/clang/lib/CodeGen/
CGValue.h 52 bool isComplex() const { return V1.getInt() == Complex; }
  /external/skia/tests/
RegionTest.cpp 290 REPORTER_ASSERT(r, region.isComplex());
  /external/skia/tools/debugger/
SkObjectParser.cpp 288 SkASSERT(rrect.isComplex());
  /frameworks/base/core/jni/android/graphics/
Region.cpp 130 bool result = GetSkRegion(env, region)->isComplex();
328 { "isComplex", "()Z", (void*)Region_isComplex },

Completed in 1523 milliseconds

1 2 3 4