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

1 2 3 4 5 6

  /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 46 isComplex = TRUE;
64 isComplex = TRUE;
78 isComplex = other.isComplex;
116 if (!isComplex) {
134 isComplex = FALSE;
169 isComplex = TRUE;
strrepl.h 61 * then isComplex is set to false, and future replacements are
64 UBool isComplex;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringReplacer.java 48 * then isComplex is set to false, and future replacements are
51 private boolean isComplex;
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/
StringReplacer.java 47 * then isComplex is set to false, and future replacements are
50 private boolean isComplex;
76 isComplex = true;
94 isComplex = true;
126 if (!isComplex) {
144 isComplex = false;
195 isComplex = true;
  /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 433 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/skia/src/core/
SkRegion.cpp 91 if (this->isComplex()) {
163 if (this->isComplex()) {
220 SkASSERT(this->isComplex());
284 if (!this->isComplex() || fRunHead->fRunCount != count) {
287 SkASSERT(this->isComplex());
321 SkASSERT(this->isComplex());
379 SkASSERT(this->isComplex());
464 SkASSERT(this->isComplex());
526 if (!this->isComplex() || !b.isComplex()) {
    [all...]
SkRasterClip.cpp 182 bool SkRasterClip::isComplex() const {
183 return fIsBW ? fBW.isComplex() : !fAA.isEmpty();
SkRasterClip.h 88 bool isComplex() const;
  /frameworks/base/libs/hwui/pipeline/skia/
GLFunctorDrawable.cpp 78 if (CC_UNLIKELY(clipRegion.isComplex())) {
  /external/skia/include/core/
SkRRect.h 111 inline bool isComplex() const { return kComplex_Type == this->getType(); }
228 SkASSERT(!this->isComplex());
SkRegion.h 79 bool isComplex() const { return !this->isEmpty() && !this->isRect(); }
  /prebuilts/go/darwin-x86/src/go/types/
conversions.go 96 if isComplex(V) && isComplex(T) {
  /prebuilts/go/linux-x86/src/go/types/
conversions.go 96 if isComplex(V) && isComplex(T) {
  /prebuilts/go/darwin-x86/src/text/template/parse/
parse_test.go 21 isComplex bool
93 ok := test.isInt || test.isUint || test.isFloat || test.isComplex
108 if n.IsComplex != test.isComplex {
109 t.Errorf("complex incorrect for %q; should be %t", test.text, test.isComplex)
141 if test.isComplex {
142 if !n.IsComplex {
148 } else if n.IsComplex {
  /prebuilts/go/linux-x86/src/text/template/parse/
parse_test.go 21 isComplex bool
93 ok := test.isInt || test.isUint || test.isFloat || test.isComplex
108 if n.IsComplex != test.isComplex {
109 t.Errorf("complex incorrect for %q; should be %t", test.text, test.isComplex)
141 if test.isComplex {
142 if !n.IsComplex {
148 } else if n.IsComplex {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
universe.go 199 isComplex[TCOMPLEX64] = true
200 isComplex[TCOMPLEX128] = true
229 if isComplex[et] {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
universe.go 199 isComplex[TCOMPLEX64] = true
200 isComplex[TCOMPLEX128] = true
229 if isComplex[et] {
  /external/icu/icu4c/source/layoutex/
playout.cpp 57 return ParagraphLayout::isComplex(chars, count);
  /frameworks/base/graphics/java/android/graphics/
Region.java 129 public native boolean isComplex();
  /external/skia/src/utils/
SkDumpCanvas.cpp 48 } else if (rrect.isComplex()) {
120 if (rgn.isComplex()) {
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 289 bool isComplex(const MachineInstr *MI) const;

Completed in 940 milliseconds

1 2 3 4 5 6