HomeSort by relevance Sort by last modified time
    Searched defs:fArray (Results 1 - 25 of 44) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/core/
SkTypefaceCache.h 91 SkTDArray<Rec> fArray;
SkTDynamicHash.h 30 sk_free(fArray);
39 T* candidate = fArray[index];
79 const T* candidate = fArray[index];
104 fArray = AllocArray(fCapacity);
117 if (Empty() != fArray[i] && Deleted() != fArray[i]) {
126 if (Deleted() == fArray[i]) {
134 if (Empty() == fArray[i] || Deleted() == fArray[i]) {
137 CHECK(NULL != this->find(GetKey(*fArray[i])))
    [all...]
  /external/skia/src/core/
SkTypefaceCache.h 91 SkTDArray<Rec> fArray;
SkTDynamicHash.h 30 sk_free(fArray);
39 T* candidate = fArray[index];
79 const T* candidate = fArray[index];
104 fArray = AllocArray(fCapacity);
117 if (Empty() != fArray[i] && Deleted() != fArray[i]) {
126 if (Deleted() == fArray[i]) {
134 if (Empty() == fArray[i] || Deleted() == fArray[i]) {
137 CHECK(NULL != this->find(GetKey(*fArray[i])))
    [all...]
  /frameworks/base/core/jni/
android_nio_utils.h 67 jarray fArray;
  /external/chromium_org/third_party/skia/include/effects/
SkColorMatrixFilter.h 29 int32_t fArray[20];
  /external/skia/include/effects/
SkColorMatrixFilter.h 29 int32_t fArray[20];
  /external/chromium_org/third_party/skia/src/animator/
SkOperand.h 23 SkTypedArray* fArray;
36 SkTypedArray* getArray() { SkASSERT(fType == SkType_Array); return fOperand.fArray; }
SkOperand2.h 25 SkOpArray* fArray;
46 SkOpArray* getArray() { SkASSERT(fType == SkOperand2::kArray); return fOperand.fArray; }
SkTDArray_Experimental.h 60 memmove(fArray + index, fArray + index + count, sizeof(int32_t) * (fCount - index));
65 if (fArray)
67 sk_free(fArray);
68 fArray = NULL;
94 int32_t* fArray;
100 #define SYNC() fTData = (T (*)[kDebugArraySize]) fArray
109 ~SkTDS32Array() { sk_free(fArray); }
110 T& operator[](int index) const { SYNC(); SkASSERT((unsigned)index < fCount); return ((T*) fArray)[index]; }
118 T* begin() const { SYNC(); return (T*) fArray; }
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkPictureUtils.cpp 18 PixelRefSet(SkTDArray<SkPixelRef*>* array) : fArray(array) {}
26 *fArray->append() = pr;
28 // SkDebugf("--- adding [%d] %x %d\n", fArray->count() - 1, pr, genID);
35 SkTDArray<SkPixelRef*>* fArray;
  /external/skia/src/animator/
SkOperand.h 23 SkTypedArray* fArray;
36 SkTypedArray* getArray() { SkASSERT(fType == SkType_Array); return fOperand.fArray; }
SkOperand2.h 25 SkOpArray* fArray;
46 SkOpArray* getArray() { SkASSERT(fType == SkOperand2::kArray); return fOperand.fArray; }
SkTDArray_Experimental.h 60 memmove(fArray + index, fArray + index + count, sizeof(int32_t) * (fCount - index));
65 if (fArray)
67 sk_free(fArray);
68 fArray = NULL;
94 int32_t* fArray;
100 #define SYNC() fTData = (T (*)[kDebugArraySize]) fArray
109 ~SkTDS32Array() { sk_free(fArray); }
110 T& operator[](int index) const { SYNC(); SkASSERT((unsigned)index < fCount); return ((T*) fArray)[index]; }
118 T* begin() const { SYNC(); return (T*) fArray; }
    [all...]
  /external/skia/src/utils/
SkPictureUtils.cpp 18 PixelRefSet(SkTDArray<SkPixelRef*>* array) : fArray(array) {}
26 *fArray->append() = pr;
28 // SkDebugf("--- adding [%d] %x %d\n", fArray->count() - 1, pr, genID);
35 SkTDArray<SkPixelRef*>* fArray;
  /external/chromium_org/third_party/skia/include/core/
SkTDict.h 23 fArray.reset();
27 int count() const { return fArray.count(); }
42 fArray[index].fValue = value;
47 Pair* pair = fArray.insert(~index);
79 *value = fArray[index].fValue;
87 const Pair* end = fArray.end();
88 for (const Pair* pair = fArray.begin(); pair < end; pair++) {
118 fIter = dict.fArray.begin();
119 fStop = dict.fArray.end();
139 SkTDArray<Pair> fArray;
    [all...]
  /external/skia/bench/
ScalarBench.cpp 68 init9(fArray);
73 always_do(fArray[6] != 0.0f || fArray[7] != 0.0f || fArray[8] != 1.0f);
74 always_do(fArray[2] != 0.0f || fArray[5] != 0.0f);
77 float fArray[9];
85 init9(fArray);
90 always_do(SkScalarAs2sCompliment(fArray[6]) |
91 SkScalarAs2sCompliment(fArray[7])
    [all...]
  /external/skia/include/core/
SkTDict.h 23 fArray.reset();
27 int count() const { return fArray.count(); }
42 fArray[index].fValue = value;
47 Pair* pair = fArray.insert(~index);
79 *value = fArray[index].fValue;
87 const Pair* end = fArray.end();
88 for (const Pair* pair = fArray.begin(); pair < end; pair++) {
118 fIter = dict.fArray.begin();
119 fStop = dict.fArray.end();
139 SkTDArray<Pair> fArray;
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h 432 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
453 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; }
634 Formattable* fArray;
  /external/chromium_org/third_party/skia/include/utils/
SkJSON.h 242 return fArray.fObjects;
246 return fArray.fArrays;
250 return fArray.fStrings;
254 return fArray.fInts;
258 return fArray.fFloats;
262 return fArray.fBools;
276 } fArray;
  /external/icu4c/i18n/unicode/
fmtable.h 444 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
465 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; }
655 Formattable* fArray;
  /external/skia/include/utils/
SkJSON.h 242 return fArray.fObjects;
246 return fArray.fArrays;
250 return fArray.fStrings;
254 return fArray.fInts;
258 return fArray.fFloats;
262 return fArray.fBools;
276 } fArray;
  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 202 jfloatArray fArray;
218 jintArray fArray;
234 jshortArray fArray;
250 jbyteArray fArray;
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorMatrixTest.java 85 float[] fArray = new float[]{
92 mColorMatrix.set(fArray);
106 float[] fArray = new float[]{
113 mColorMatrix.set(new ColorMatrix(fArray));
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.h 146 uint32_t *fArray;
178 struct SResArray fArray;

Completed in 617 milliseconds

1 2