HomeSort by relevance Sort by last modified time
    Searched refs:fArray (Results 26 - 50 of 82) sorted by null

12 3 4

  /external/chromium_org/third_party/skia/src/animator/
SkOperand.h 23 SkTypedArray* fArray;
36 SkTypedArray* getArray() { SkASSERT(fType == SkType_Array); return fOperand.fArray; }
SkMemberInfo.cpp 377 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...]
SkDrawMatrix.cpp 220 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);
SkScriptRuntime.cpp 72 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/
SkOperand.h 23 SkTypedArray* fArray;
36 SkTypedArray* getArray() { SkASSERT(fType == SkType_Array); return fOperand.fArray; }
SkMemberInfo.cpp 377 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...]
SkDrawMatrix.cpp 220 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);
SkScriptRuntime.cpp 72 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 */
  /frameworks/base/core/jni/
android_nio_utils.cpp 65 fPointer = android::nio_getPointer(env, nioBuffer, &fArray);
69 if (NULL != fArray) {
70 android::nio_releasePointer(fEnv, fArray, fPointer, fCommit);
  /external/chromium_org/third_party/skia/include/effects/
SkColorMatrixFilter.h 29 int32_t fArray[20];
  /external/chromium_org/third_party/skia/src/core/
SkTypefaceCache.h 97 SkTDArray<Rec> fArray;
SkPictureFlat.h 115 buffer.setTypefaceArray((SkTypeface**)fArray, fCount);
120 SkRefCnt** fArray;
126 fArray = SkNEW_ARRAY(SkFlattenable::Factory, count);
130 SkDELETE_ARRAY(fArray);
133 SkFlattenable::Factory* base() const { return fArray; }
136 buffer.setFactoryPlayback(fArray, fCount);
141 SkFlattenable::Factory* fArray;
  /external/skia/include/effects/
SkColorMatrixFilter.h 29 int32_t fArray[20];
  /external/skia/src/core/
SkTypefaceCache.h 97 SkTDArray<Rec> fArray;
SkPictureFlat.h 115 buffer.setTypefaceArray((SkTypeface**)fArray, fCount);
120 SkRefCnt** fArray;
126 fArray = SkNEW_ARRAY(SkFlattenable::Factory, count);
130 SkDELETE_ARRAY(fArray);
133 SkFlattenable::Factory* base() const { return fArray; }
136 buffer.setFactoryPlayback(fArray, fCount);
141 SkFlattenable::Factory* fArray;
  /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/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/chromium_org/third_party/icu/source/tools/genrb/
reslist.c 240 if (res->u.fArray.fCount == 0 && gFormatVersion > 1) {
245 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) {
249 if (U_SUCCESS(*status) && res->u.fArray.fCount <= 0xffff && res16 >= 0 && gFormatVersion > 1) {
250 uint16_t *p16 = reserve16BitUnits(bundle, 1 + res->u.fArray.fCount, status);
253 *p16++ = (uint16_t)res->u.fArray.fCount;
254 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) {
257 bundle->f16BitUnitsLength += 1 + res->u.fArray.fCount;
406 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) {
410 *byteOffset += (1 + res->u.fArray.fCount) * 4;
521 for (i = 0, current = res->u.fArray.fFirst; current != NULL; ++i, current = current->fNext)
    [all...]
  /external/icu4c/tools/genrb/
reslist.c 242 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.fFirst; current != NULL; ++i, current = current->fNext)
    [all...]
  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 207 jfloatArray fArray;
223 jintArray fArray;
239 jshortArray fArray;
255 jbyteArray fArray;
  /external/chromium_org/third_party/icu/source/i18n/
fmtable.cpp 195 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count);
231 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray,
306 if (fValue.fArrayAndCount.fArray[i] != that.fValue.fArrayAndCount.fArray[i]) {
342 delete[] fValue.fArrayAndCount.fArray;
568 fValue.fArrayAndCount.fArray = createArrayCopy(array, count);
591 fValue.fArrayAndCount.fArray = array;
659 return fValue.fArrayAndCount.fArray;
  /external/chromium_org/third_party/skia/src/effects/
SkColorMatrixFilter.cpp 28 const int32_t* SK_RESTRICT array = state.fArray;
40 const int32_t* SK_RESTRICT array = state.fArray;
51 const int32_t* SK_RESTRICT array = state.fArray;
63 const int32_t* SK_RESTRICT array = state.fArray;
74 const int32_t* SK_RESTRICT array = state.fArray;
87 const int32_t* SK_RESTRICT array = state.fArray;
99 const int32_t* SK_RESTRICT array = state.fArray;
111 const int32_t* SK_RESTRICT array = state.fArray;
125 int32_t* array = fState.fArray;
134 /* All of fArray[] values must fit in 23 bits, to safely allow me t
    [all...]
  /external/icu4c/i18n/
fmtable.cpp 198 fValue.fArrayAndCount.fArray = createArrayCopy(arrayToCopy, count);
231 fValue.fArrayAndCount.fArray = createArrayCopy(source.fValue.fArrayAndCount.fArray,
306 if (fValue.fArrayAndCount.fArray[i] != that.fValue.fArrayAndCount.fArray[i]) {
342 delete[] fValue.fArrayAndCount.fArray;
588 fValue.fArrayAndCount.fArray = createArrayCopy(array, count);
611 fValue.fArrayAndCount.fArray = array;
679 return fValue.fArrayAndCount.fArray;
  /external/skia/src/effects/
SkColorMatrixFilter.cpp 28 const int32_t* SK_RESTRICT array = state.fArray;
40 const int32_t* SK_RESTRICT array = state.fArray;
51 const int32_t* SK_RESTRICT array = state.fArray;
63 const int32_t* SK_RESTRICT array = state.fArray;
74 const int32_t* SK_RESTRICT array = state.fArray;
87 const int32_t* SK_RESTRICT array = state.fArray;
99 const int32_t* SK_RESTRICT array = state.fArray;
111 const int32_t* SK_RESTRICT array = state.fArray;
125 int32_t* array = fState.fArray;
134 /* All of fArray[] values must fit in 23 bits, to safely allow me t
    [all...]
  /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));

Completed in 1151 milliseconds

12 3 4