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

  /external/skia/src/core/
SkTypefaceCache.h 88 SkTDArray<Rec> fArray;
SkPictureFlat.h 94 buffer.setRefCntArray(fArray, fCount);
99 SkRefCnt** fArray;
105 buffer.setTypefaceArray((SkTypeface**)fArray, fCount);
112 fArray = SkNEW_ARRAY(SkFlattenable::Factory, count);
116 SkDELETE_ARRAY(fArray);
119 SkFlattenable::Factory* base() const { return fArray; }
122 buffer.setFactoryPlayback(fArray, fCount);
127 SkFlattenable::Factory* fArray;
  /frameworks/base/core/jni/
android_nio_utils.h 67 jarray fArray;
  /external/skia/include/effects/
SkColorMatrixFilter.h 35 int32_t fArray[20];
  /external/skia/bench/
ScalarBench.cpp 66 init9(fArray);
71 always_do(fArray[6] != 0.0f || fArray[7] != 0.0f || fArray[8] != 1.0f);
72 always_do(fArray[2] != 0.0f || fArray[5] != 0.0f);
75 float fArray[9];
83 init9(fArray);
88 always_do(SkScalarAs2sCompliment(fArray[6]) |
89 SkScalarAs2sCompliment(fArray[7])
    [all...]
MatrixBench.cpp 225 fArray[0] = (float) fRnd.nextS();
226 fArray[1] = (float) fRnd.nextS();
227 fArray[2] = (float) fRnd.nextS();
228 fArray[3] = (float) fRnd.nextS();
229 fArray[4] = (float) fRnd.nextS();
230 fArray[5] = (float) fRnd.nextS();
231 fArray[6] = (float) fRnd.nextS();
232 fArray[7] = (float) fRnd.nextS();
233 fArray[8] = (float) fRnd.nextS();
240 fMatrix.setAll(fArray[0], fArray[1], fArray[2]
    [all...]
  /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/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 Pair* end = fArray.end();
88 for (Pair* pair = fArray.begin(); pair < end; pair++) {
118 fIter = dict.fArray.begin();
119 fStop = dict.fArray.end();
139 SkTDArray<Pair> fArray;
    [all...]
SkTDArray.h 19 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, src.fArray, sizeof(T) * src.fCount)
    [all...]
SkTemplates.h 74 SkAutoTDeleteArray(T array[]) : fArray(array) {}
75 ~SkAutoTDeleteArray() { delete[] fArray; }
77 T* get() const { return fArray; }
78 void free() { delete[] fArray; fArray = NULL; }
79 T* detach() { T* array = fArray; fArray = NULL; return array; }
82 T* fArray;
92 fArray = NULL;
94 fArray = new T[count]
    [all...]
  /external/icu4c/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/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/skia/src/gpu/
GrTDArray.h 27 GrTDArray() : fArray(NULL), fAllocated(0), fCount(0) {}
30 fArray = (T*)GrMalloc(fAllocated * sizeof(T));
31 memcpy(fArray, src.fArray, fCount * sizeof(T));
34 if (fArray) {
35 GrFree(fArray);
44 return fArray[index];
48 return fArray[index];
57 GrFree(fArray);
58 fArray = (T*)GrMalloc(fAllocated * sizeof(T))
    [all...]
  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 183 jfloatArray fArray;
199 jintArray fArray;
215 jshortArray fArray;
231 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/icu4c/tools/genrb/
reslist.h 146 uint32_t *fArray;
178 struct SResArray fArray;
  /external/skia/src/utils/
SkJSON.cpp 79 Array* fArray;
94 delete fValue.fArray;
137 return fSlot->fValue.fArray;
236 this->addSlot(new Slot(name, kArray))->fValue.fArray = value;
286 *value = slot->fValue.fArray;
396 if (slot->fValue.fArray) {
398 slot->fValue.fArray->dumpLevel(level + 1);
437 Object* obj = fArray.fObjects[i];
453 Array* array = fArray.fArrays[i];
468 const char* str = fArray.fStrings[i]
    [all...]
  /external/icu4c/common/unicode/
unistr.h     [all...]
  /external/icu4c/tools/gennorm2/
n2builder.cpp 522 UChar32 charAt(int32_t i) const { return fArray[i]>>8; }
523 uint8_t ccAt(int32_t i) const { return (uint8_t)fArray[i]; }
530 fArray[fLength++]=(c<<8)|cc;
541 fArray[j]=fArray[j-1];
543 fArray[i]=(c<<8)|cc;
554 fArray[fLastStarterIndex]=composite<<8;
558 fArray[combMarkIndex]=fArray[combMarkIndex+1];
563 int32_t fArray[Normalizer2Impl::MAPPING_LENGTH_MASK]
    [all...]
  /external/jdiff/
xerces.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 922 milliseconds