Searched refs:fArray (Results 26 - 50 of 81) sorted by relevance

1234

/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 DSkMemberInfo.cpp377 memcpy(&storage->fScalar, scriptValue.fOperand.fArray->begin(), scriptValue.fOperand.fArray->count() * sizeof(SkScalar));
389 displayable->executeFunction(displayable, this, scriptValue.fOperand.fArray, NULL);
391 int count = scriptValue.fOperand.fArray->count();
399 memcpy(&(*arrayStorage)[storageOffset], scriptValue.fOperand.fArray->begin(), count * sizeof(SkOperand));
413 type = scriptValue.fOperand.fArray->getType();
416 SkASSERT(type == scriptValue.fOperand.fArray->getType());
417 int count = scriptValue.fOperand.fArray->count();
420 memcpy(destArray->begin() + storageOffset, scriptValue.fOperand.fArray->begin(), sizeof(SkOperand) * count);
426 SkTypedArray* array = scriptValue.fOperand.fArray;
[all...]
H A DSkDrawMatrix.cpp220 SkASSERT(scriptValue.fOperand.fArray->getType() == SkType_Float);
221 SkASSERT(scriptValue.fOperand.fArray->count() == 2);
223 fMatrix.setTranslateX((*scriptValue.fOperand.fArray)[0].fScalar);
224 fMatrix.setTranslateY((*scriptValue.fOperand.fArray)[1].fScalar);
H A DSkScriptRuntime.cpp72 operand[0].fArray = new SkOpArray(SkOperand2::kNoType /*fReturnType*/);
76 if (index >= operand[0].fArray->count()) {
80 operand[0] = operand[0].fArray->begin()[index];
83 *operand[0].fArray->append() = operand[1];
94 if (callBackFunction->invoke(ref, operand[0].fArray, /* params */
/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 DSkMemberInfo.cpp377 memcpy(&storage->fScalar, scriptValue.fOperand.fArray->begin(), scriptValue.fOperand.fArray->count() * sizeof(SkScalar));
389 displayable->executeFunction(displayable, this, scriptValue.fOperand.fArray, NULL);
391 int count = scriptValue.fOperand.fArray->count();
399 memcpy(&(*arrayStorage)[storageOffset], scriptValue.fOperand.fArray->begin(), count * sizeof(SkOperand));
413 type = scriptValue.fOperand.fArray->getType();
416 SkASSERT(type == scriptValue.fOperand.fArray->getType());
417 int count = scriptValue.fOperand.fArray->count();
420 memcpy(destArray->begin() + storageOffset, scriptValue.fOperand.fArray->begin(), sizeof(SkOperand) * count);
426 SkTypedArray* array = scriptValue.fOperand.fArray;
[all...]
H A DSkDrawMatrix.cpp220 SkASSERT(scriptValue.fOperand.fArray->getType() == SkType_Float);
221 SkASSERT(scriptValue.fOperand.fArray->count() == 2);
223 fMatrix.setTranslateX((*scriptValue.fOperand.fArray)[0].fScalar);
224 fMatrix.setTranslateY((*scriptValue.fOperand.fArray)[1].fScalar);
H A DSkScriptRuntime.cpp72 operand[0].fArray = new SkOpArray(SkOperand2::kNoType /*fReturnType*/);
76 if (index >= operand[0].fArray->count()) {
80 operand[0] = operand[0].fArray->begin()[index];
83 *operand[0].fArray->append() = operand[1];
94 if (callBackFunction->invoke(ref, operand[0].fArray, /* params */
/external/chromium_org/third_party/skia/src/core/
H A DSkTypefaceCache.h97 SkTDArray<Rec> fArray; member in class:SkTypefaceCache
H A DSkPictureFlat.h119 buffer.setTypefaceArray((SkTypeface**)fArray, fCount);
124 SkRefCnt** fArray; member in class:SkTypefacePlayback
130 fArray = SkNEW_ARRAY(SkFlattenable::Factory, count);
134 SkDELETE_ARRAY(fArray);
137 SkFlattenable::Factory* base() const { return fArray; }
140 buffer.setFactoryPlayback(fArray, fCount);
145 SkFlattenable::Factory* fArray; member in class:SkFactoryPlayback
/external/skia/src/core/
H A DSkTypefaceCache.h97 SkTDArray<Rec> fArray; member in class:SkTypefaceCache
H A DSkPictureFlat.h116 buffer.setTypefaceArray((SkTypeface**)fArray, fCount);
121 SkRefCnt** fArray; member in class:SkTypefacePlayback
127 fArray = SkNEW_ARRAY(SkFlattenable::Factory, count);
131 SkDELETE_ARRAY(fArray);
134 SkFlattenable::Factory* base() const { return fArray; }
137 buffer.setFactoryPlayback(fArray, fCount);
142 SkFlattenable::Factory* fArray; member in class:SkFactoryPlayback
/external/icu/icu4c/source/tools/genrb/
H A Dreslist.c196 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) {
339 if (res->u.fArray.fCount == 0 && gFormatVersion > 1) {
344 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) {
348 if (U_SUCCESS(*status) && res->u.fArray.fCount <= 0xffff && res16 >= 0 && gFormatVersion > 1) {
349 uint16_t *p16 = reserve16BitUnits(bundle, 1 + res->u.fArray.fCount, status);
352 *p16++ = (uint16_t)res->u.fArray.fCount;
353 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) {
356 bundle->f16BitUnitsLength += 1 + res->u.fArray.fCount;
505 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) {
509 *byteOffset += (1 + res->u.fArray
[all...]
H A Dreslist.h137 uint32_t *fArray; member in struct:SResIntVector
169 struct SResArray fArray; member in union:SResource::__anon22207
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.c242 if (res->u.fArray.fCount == 0 && gFormatVersion > 1) {
247 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) {
251 if (U_SUCCESS(*status) && res->u.fArray.fCount <= 0xffff && res16 >= 0 && gFormatVersion > 1) {
252 uint16_t *p16 = reserve16BitUnits(bundle, 1 + res->u.fArray.fCount, status);
255 *p16++ = (uint16_t)res->u.fArray.fCount;
256 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) {
259 bundle->f16BitUnitsLength += 1 + res->u.fArray.fCount;
408 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) {
412 *byteOffset += (1 + res->u.fArray.fCount) * 4;
523 for (i = 0, current = res->u.fArray
[all...]
/external/chromium_org/third_party/skia/include/effects/
H A DSkColorMatrixFilter.h33 int32_t fArray[20]; member in struct:SkColorMatrixFilter::State
/external/skia/include/effects/
H A DSkColorMatrixFilter.h33 int32_t fArray[20]; member in struct:SkColorMatrixFilter::State
/external/chromium_org/third_party/icu/source/i18n/
H A Dfmtable.cpp199 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count);
232 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray,
307 if (fValue.fArrayAndCount.fArray[i] != that.fValue.fArrayAndCount.fArray[i]) {
343 delete[] fValue.fArrayAndCount.fArray;
589 fValue.fArrayAndCount.fArray = createArrayCopy(array, count);
612 fValue.fArrayAndCount.fArray = array;
680 return fValue.fArrayAndCount.fArray;
/external/chromium_org/third_party/skia/src/effects/
H A DSkColorMatrixFilter.cpp29 const int32_t* SK_RESTRICT array = state.fArray;
41 const int32_t* SK_RESTRICT array = state.fArray;
52 const int32_t* SK_RESTRICT array = state.fArray;
64 const int32_t* SK_RESTRICT array = state.fArray;
75 const int32_t* SK_RESTRICT array = state.fArray;
88 const int32_t* SK_RESTRICT array = state.fArray;
100 const int32_t* SK_RESTRICT array = state.fArray;
112 const int32_t* SK_RESTRICT array = state.fArray;
126 int32_t* array = fState.fArray;
135 /* All of fArray[] value
[all...]
/external/icu/icu4c/source/i18n/
H A Dfmtable.cpp199 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count);
232 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray,
307 if (fValue.fArrayAndCount.fArray[i] != that.fValue.fArrayAndCount.fArray[i]) {
343 delete[] fValue.fArrayAndCount.fArray;
589 fValue.fArrayAndCount.fArray = createArrayCopy(array, count);
612 fValue.fArrayAndCount.fArray = array;
680 return fValue.fArrayAndCount.fArray;
/external/skia/src/effects/
H A DSkColorMatrixFilter.cpp29 const int32_t* SK_RESTRICT array = state.fArray;
41 const int32_t* SK_RESTRICT array = state.fArray;
52 const int32_t* SK_RESTRICT array = state.fArray;
64 const int32_t* SK_RESTRICT array = state.fArray;
75 const int32_t* SK_RESTRICT array = state.fArray;
88 const int32_t* SK_RESTRICT array = state.fArray;
100 const int32_t* SK_RESTRICT array = state.fArray;
112 const int32_t* SK_RESTRICT array = state.fArray;
126 int32_t* array = fState.fArray;
135 /* All of fArray[] value
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dfmtable.h446 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
467 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; }
702 Formattable* fArray; member in struct:Formattable::__anon12143::__anon12144
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h100 SkTDArray<SkPdfNativeObject*>* fArray; member in union:SkPdfNativeObject::__anon15025
188 delete fArray;
429 obj->fArray = new SkTDArray<SkPdfNativeObject*>();
440 fArray->push(obj);
450 return fArray->count();
459 return (*fArray)[i];
468 return (*fArray)[i];
477 return (*fArray)[i];
485 return (*fArray)[i];
495 fArray
[all...]

Completed in 4003 milliseconds

1234