HomeSort by relevance Sort by last modified time
    Searched refs:fArray (Results 51 - 75 of 88) sorted by null

1 23 4

  /external/chromium_org/third_party/skia/src/effects/
SkColorMatrixFilter.cpp 29 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[] values must fit in 23 bits, to safely allow me t
    [all...]
  /external/icu/icu4c/source/i18n/
fmtable.cpp 199 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/
SkColorMatrixFilter.cpp 29 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[] values must fit in 23 bits, to safely allow me t
    [all...]
  /external/icu/icu4c/source/tools/genrb/
reslist.h 137 uint32_t *fArray;
169 struct SResArray fArray;
wrtjava.c 334 if (res->u.fArray.fCount > 0) {
336 current = res->u.fArray.fFirst;
346 current = res->u.fArray.fFirst;
400 len=itostr(buf,res->u.fIntVector.fArray[i],10,0);
412 len=itostr(buf,res->u.fIntVector.fArray[i],10,0);
  /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/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.h 100 SkTDArray<SkPdfNativeObject*>* fArray;
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->pop(&ret)
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkPictureUtils.cpp 19 PixelRefSet(SkTDArray<SkPixelRef*>* array) : fArray(array) {}
27 *fArray->append() = pr;
29 // SkDebugf("--- adding [%d] %x %d\n", fArray->count() - 1, pr, genID);
36 SkTDArray<SkPixelRef*>* fArray;
  /external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.h 100 SkTDArray<SkPdfNativeObject*>* fArray;
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->pop(&ret)
    [all...]
  /external/skia/src/utils/
SkPictureUtils.cpp 19 PixelRefSet(SkTDArray<SkPixelRef*>* array) : fArray(array) {}
27 *fArray->append() = pr;
29 // SkDebugf("--- adding [%d] %x %d\n", fArray->count() - 1, pr, genID);
36 SkTDArray<SkPixelRef*>* fArray;
  /external/chromium_org/third_party/icu/source/common/
unistr.cpp 121 { umtx_atomic_inc((int32_t *)fUnion.fFields.fArray - 1);}
125 { return umtx_atomic_dec((int32_t *)fUnion.fFields.fArray - 1);}
133 int32_t count = *((int32_t *)fUnion.fFields.fArray - 1);
141 uprv_free((int32_t *)fUnion.fFields.fArray - 1);
382 // have fArray point to the first UChar
383 fUnion.fFields.fArray = (UChar *)array;
388 fUnion.fFields.fArray = 0;
499 fUnion.fFields.fArray = src.fUnion.fFields.fArray;
507 fUnion.fFields.fArray = src.fUnion.fFields.fArray
    [all...]
  /external/icu/icu4c/source/common/
unistr.cpp 121 umtx_atomic_inc((u_atomic_int32_t *)fUnion.fFields.fArray - 1);
126 return umtx_atomic_dec((u_atomic_int32_t *)fUnion.fFields.fArray - 1);
131 return umtx_loadAcquire(*((u_atomic_int32_t *)fUnion.fFields.fArray - 1));
137 uprv_free((int32_t *)fUnion.fFields.fArray - 1);
380 // have fArray point to the first UChar
381 fUnion.fFields.fArray = (UChar *)array;
386 fUnion.fFields.fArray = 0;
497 fUnion.fFields.fArray = src.fUnion.fFields.fArray;
505 fUnion.fFields.fArray = src.fUnion.fFields.fArray
    [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
wrtjava.c 337 if (res->u.fArray.fCount > 0) {
339 current = res->u.fArray.fFirst;
349 current = res->u.fArray.fFirst;
405 len=itostr(buf,res->u.fIntVector.fArray[i],10,0);
417 len=itostr(buf,res->u.fIntVector.fArray[i],10,0);
reslist.h 146 uint32_t *fArray;
178 struct SResArray fArray;
  /external/chromium_org/third_party/skia/src/animator/
SkAnimatorScript2.cpp 61 SkDisplayArray* boxedValue = new SkDisplayArray(*operand->fArray);
312 operand->fArray = new SkOpArray(SkAnimatorScript2::ToOpType(boxedValue->values.getType()));
314 operand->fArray->setCount(count);
315 memcpy(operand->fArray->begin(), boxedValue->values.begin(), count * sizeof(SkOperand2));
316 fEngine->track(operand->fArray);
434 SkOpArray* array = value->fArray = new SkOpArray(ToOpType(original));
SkScript.cpp 473 SkTypedArray* child = (*array)[index].fArray;
589 if (value->fOperand.fArray->count() == 0)
590 value->fOperand.fArray->setType(type = tokenValue.fType);
592 type = value->fOperand.fArray->getType();
598 *value->fOperand.fArray->append() = tokenValue.fOperand;
748 operand.fArray = value->fOperand.fArray = new SkTypedArray(ToDisplayType(fReturnType));
749 track(value->fOperand.fArray);
    [all...]
SkDisplayTypes.cpp 199 delete values[index].fArray;
SkScriptTokenizer.cpp 432 SkOpArray* child = (*array)[index].fArray;
497 if (value->fOperand.fArray->count() == 0)
498 value->fOperand.fArray->setType(type = tokenValue.fType);
500 type = value->fOperand.fArray->getType();
504 *value->fOperand.fArray->append() = tokenValue.fOperand;
637 operand.fOperand.fArray = value->fOperand.fArray = new SkOpArray(fReturnType);
638 track(value->fOperand.fArray);
790 scriptValue.fType = scriptValue.fOperand.fArray->getType();
792 if ((unsigned) index >= (unsigned) scriptValue.fOperand.fArray->count())
    [all...]
  /external/skia/src/animator/
SkAnimatorScript2.cpp 61 SkDisplayArray* boxedValue = new SkDisplayArray(*operand->fArray);
312 operand->fArray = new SkOpArray(SkAnimatorScript2::ToOpType(boxedValue->values.getType()));
314 operand->fArray->setCount(count);
315 memcpy(operand->fArray->begin(), boxedValue->values.begin(), count * sizeof(SkOperand2));
316 fEngine->track(operand->fArray);
434 SkOpArray* array = value->fArray = new SkOpArray(ToOpType(original));
SkScript.cpp 473 SkTypedArray* child = (*array)[index].fArray;
589 if (value->fOperand.fArray->count() == 0)
590 value->fOperand.fArray->setType(type = tokenValue.fType);
592 type = value->fOperand.fArray->getType();
598 *value->fOperand.fArray->append() = tokenValue.fOperand;
748 operand.fArray = value->fOperand.fArray = new SkTypedArray(ToDisplayType(fReturnType));
749 track(value->fOperand.fArray);
    [all...]
SkDisplayTypes.cpp 199 delete values[index].fArray;
SkScriptTokenizer.cpp 432 SkOpArray* child = (*array)[index].fArray;
497 if (value->fOperand.fArray->count() == 0)
498 value->fOperand.fArray->setType(type = tokenValue.fType);
500 type = value->fOperand.fArray->getType();
504 *value->fOperand.fArray->append() = tokenValue.fOperand;
637 operand.fOperand.fArray = value->fOperand.fArray = new SkOpArray(fReturnType);
638 track(value->fOperand.fArray);
790 scriptValue.fType = scriptValue.fOperand.fArray->getType();
792 if ((unsigned) index >= (unsigned) scriptValue.fOperand.fArray->count())
    [all...]
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 56 : fEnv(env), fArray(array), fPtr(NULL), fLen(0) {
70 fEnv->ReleaseFloatArrayElements(fArray, fPtr, fReleaseMode);
76 : fEnv(env), fArray(array), fPtr(NULL), fLen(0) {
89 fEnv->ReleaseIntArrayElements(fArray, fPtr, 0);
95 : fEnv(env), fArray(array), fPtr(NULL), fLen(0) {
109 fEnv->ReleaseShortArrayElements(fArray, fPtr, fReleaseMode);
115 : fEnv(env), fArray(array), fPtr(NULL), fLen(0) {
128 fEnv->ReleaseByteArrayElements(fArray, fPtr, 0);
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 553 UChar32 charAt(int32_t i) const { return fArray[i]>>8; }
554 uint8_t ccAt(int32_t i) const { return (uint8_t)fArray[i]; }
561 fArray[fLength++]=(c<<8)|cc;
572 fArray[j]=fArray[j-1];
574 fArray[i]=(c<<8)|cc;
585 fArray[fLastStarterIndex]=composite<<8;
589 fArray[combMarkIndex]=fArray[combMarkIndex+1];
594 int32_t fArray[Normalizer2Impl::MAPPING_LENGTH_MASK]
    [all...]

Completed in 2205 milliseconds

1 23 4