Searched defs:fArray (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/skia/src/core/
H A DSkTypefaceCache.h97 SkTDArray<Rec> fArray; member in class:SkTypefaceCache
H A DSkTDynamicHash.h30 sk_free(fArray);
39 T* candidate = fArray[index];
79 const T* candidate = fArray[index];
102 fArray = AllocArray(fCapacity);
115 if (Empty() != fArray[i] && Deleted() != fArray[i]) {
124 if (Deleted() == fArray[i]) {
132 if (Empty() == fArray[i] || Deleted() == fArray[i]) {
135 SKTDYNAMICHASH_CHECK(NULL != this->find(GetKey(*fArray[
236 T** fArray; member in class:SkTDynamicHash
[all...]
/external/skia/src/core/
H A DSkTypefaceCache.h97 SkTDArray<Rec> fArray; member in class:SkTypefaceCache
H A DSkTDynamicHash.h30 sk_free(fArray);
39 T* candidate = fArray[index];
79 const T* candidate = fArray[index];
102 fArray = AllocArray(fCapacity);
115 if (Empty() != fArray[i] && Deleted() != fArray[i]) {
124 if (Deleted() == fArray[i]) {
132 if (Empty() == fArray[i] || Deleted() == fArray[i]) {
135 SKTDYNAMICHASH_CHECK(NULL != this->find(GetKey(*fArray[
236 T** fArray; member in class:SkTDynamicHash
[all...]
/external/chromium_org/third_party/skia/include/effects/
H A DSkColorMatrixFilter.h29 int32_t fArray[20]; member in struct:SkColorMatrixFilter::State
/external/skia/include/effects/
H A DSkColorMatrixFilter.h29 int32_t fArray[20]; member in struct:SkColorMatrixFilter::State
/external/chromium_org/third_party/skia/src/animator/
H A DSkOperand.h23 SkTypedArray* fArray; member in union:SkOperand
36 SkTypedArray* getArray() { SkASSERT(fType == SkType_Array); return fOperand.fArray; }
H A DSkOperand2.h25 SkOpArray* fArray; member in union:SkOperand2
46 SkOpArray* getArray() { SkASSERT(fType == SkOperand2::kArray); return fOperand.fArray; }
H A DSkTDArray_Experimental.h60 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; member in class:SkDS32Array
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/bench/
H A DScalarBench.cpp69 init9(fArray);
74 always_do(fArray[6] != 0.0f || fArray[7] != 0.0f || fArray[8] != 1.0f);
75 always_do(fArray[2] != 0.0f || fArray[5] != 0.0f);
78 float fArray[9]; member in class:FloatComparisonBench
86 init9(fArray);
91 always_do(SkScalarAs2sCompliment(fArray[6]) |
92 SkScalarAs2sCompliment(fArray[
99 SkScalar fArray[9]; member in class:ForcedIntComparisonBench
129 SkScalar fArray[ARRAY_N]; member in class:IsFiniteScalarBench
[all...]
/external/skia/src/animator/
H A DSkOperand.h23 SkTypedArray* fArray; member in union:SkOperand
36 SkTypedArray* getArray() { SkASSERT(fType == SkType_Array); return fOperand.fArray; }
H A DSkOperand2.h25 SkOpArray* fArray; member in union:SkOperand2
46 SkOpArray* getArray() { SkASSERT(fType == SkOperand2::kArray); return fOperand.fArray; }
H A DSkTDArray_Experimental.h60 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; member in class:SkDS32Array
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/icu/source/i18n/unicode/
H A Dfmtable.h432 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
453 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; }
634 Formattable* fArray; member in struct:Formattable::__anon11750::__anon11751
/external/chromium_org/third_party/skia/include/core/
H A DSkTDict.h23 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; member in class:SkTDict
[all...]
H A DSkTDArray.h19 fArray = NULL;
28 fArray = NULL;
33 fArray = (T*)sk_malloc_throw(count * sizeof(T));
35 fData = (ArrayT*)fArray;
37 memcpy(fArray, src, sizeof(T) * count);
43 fArray = NULL;
47 SkTDArray<T> tmp(src.fArray, src.fCount);
51 sk_free(fArray);
57 SkTDArray<T> tmp(src.fArray, src.fCount);
60 memcpy(fArray, sr
348 T* fArray; variable
[all...]
/external/chromium_org/third_party/skia/include/utils/
H A DSkJSON.h242 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; member in class:SkJSON::Array
/external/chromium_org/third_party/skia/src/utils/
H A DSkPictureUtils.cpp18 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; member in class:PixelRefSet
/external/icu4c/i18n/unicode/
H A Dfmtable.h444 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
465 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; }
655 Formattable* fArray; member in struct:Formattable::__anon19242::__anon19243
/external/skia/include/core/
H A DSkTDict.h23 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; member in class:SkTDict
[all...]
H A DSkTDArray.h19 fArray = NULL;
28 fArray = NULL;
33 fArray = (T*)sk_malloc_throw(count * sizeof(T));
35 fData = (ArrayT*)fArray;
37 memcpy(fArray, src, sizeof(T) * count);
43 fArray = NULL;
47 SkTDArray<T> tmp(src.fArray, src.fCount);
51 sk_free(fArray);
57 SkTDArray<T> tmp(src.fArray, src.fCount);
60 memcpy(fArray, sr
348 T* fArray; variable
[all...]
/external/skia/include/utils/
H A DSkJSON.h242 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; member in class:SkJSON::Array
/external/skia/src/utils/
H A DSkPictureUtils.cpp18 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; member in class:PixelRefSet
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.h146 uint32_t *fArray; member in struct:SResIntVector
178 struct SResArray fArray; member in union:SResource::__anon11943
/external/icu4c/tools/genrb/
H A Dreslist.h146 uint32_t *fArray; member in struct:SResIntVector
178 struct SResArray fArray; member in union:SResource::__anon19493

Completed in 1721 milliseconds

12