HomeSort by relevance Sort by last modified time
    Searched full:farray (Results 26 - 50 of 53) sorted by null

12 3

  /external/skia/src/effects/
SkColorMatrixFilter.cpp 49 const int32_t* SK_RESTRICT array = state.fArray;
61 const int32_t* SK_RESTRICT array = state.fArray;
72 const int32_t* SK_RESTRICT array = state.fArray;
84 const int32_t* SK_RESTRICT array = state.fArray;
95 const int32_t* SK_RESTRICT array = state.fArray;
108 const int32_t* SK_RESTRICT array = state.fArray;
120 const int32_t* SK_RESTRICT array = state.fArray;
132 const int32_t* SK_RESTRICT array = state.fArray;
145 int32_t* array = fState.fArray;
154 /* All of fArray[] values must fit in 23 bits, to safely allow me t
    [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);
353 // have fArray point to the first UChar
354 fUnion.fFields.fArray = (UChar *)array;
359 fUnion.fFields.fArray = 0;
466 fUnion.fFields.fArray = src.fUnion.fFields.fArray;
476 fUnion.fFields.fArray = src.fUnion.fFields.fArray
    [all...]
  /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/include/core/
SkLazyPtr.h 141 T* ptr = consume_load(&fArray[i]);
142 return ptr ? ptr : try_cas<T*, Destroy>(&fArray[i], Create(i));
146 T* fArray[N];
  /external/skia/src/core/
SkRecorder.cpp 14 fArray.unrefAll();
18 const int count = fArray.count();
24 pics[i] = fArray[i]->newPictureSnapshot();
30 *fArray.append() = SkRef(drawable);
SkTypefaceCache.h 85 SkTDArray<Rec> fArray;
  /frameworks/base/core/jni/
android_nio_utils.h 67 jarray fArray;
  /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);
wrtxml.cpp 692 current = res->u.fArray.fFirst;
735 len = itostr(buf, res->u.fIntVector.fArray[i], 10, 0);
    [all...]
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 62 : fEnv(env), fArray(array), fPtr(NULL), fLen(0) {
76 fEnv->ReleaseFloatArrayElements(fArray, fPtr, fReleaseMode);
82 : fEnv(env), fArray(array), fPtr(NULL), fLen(0) {
95 fEnv->ReleaseIntArrayElements(fArray, fPtr, 0);
101 : fEnv(env), fArray(array), fPtr(NULL), fLen(0) {
115 fEnv->ReleaseShortArrayElements(fArray, fPtr, fReleaseMode);
121 : fEnv(env), fArray(array), fPtr(NULL), fLen(0) {
134 fEnv->ReleaseByteArrayElements(fArray, fPtr, 0);
  /external/skia/src/animator/
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...]
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 */
SkDisplayTypes.cpp 199 delete values[index].fArray;
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...]
SkAnimatorScript.cpp 97 SkDisplayArray* boxedValue = new SkDisplayArray(*scriptValue->fOperand.fArray);
257 SkTypedArray* array = value->fOperand.fArray = new SkTypedArray(original);
449 scriptValue->fOperand.fArray = &boxedValue->values;
  /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/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 554 UChar32 charAt(int32_t i) const { return fArray[i]>>8; }
555 uint8_t ccAt(int32_t i) const { return (uint8_t)fArray[i]; }
562 fArray[fLength++]=(c<<8)|cc;
573 fArray[j]=fArray[j-1];
575 fArray[i]=(c<<8)|cc;
586 fArray[fLastStarterIndex]=composite<<8;
590 fArray[combMarkIndex]=fArray[combMarkIndex+1];
595 int32_t fArray[Normalizer2Impl::MAPPING_LENGTH_MASK]
    [all...]
  /external/skia/src/pipe/
SkGPipePriv.h 233 SkTDArray<const SkImage*> fArray;
SkGPipeWrite.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp     [all...]
SkFontHost_win.cpp     [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
RawConverter.java 364 * @param fArray the float array to copy into the {@link Allocation}.
369 private static Allocation createFloat4Allocation(RenderScript rs, float[] fArray,
371 if (fArray.length != width * height * 4) {
372 throw new IllegalArgumentException("Invalid float array of length " + fArray.length +
379 fAlloc.copyFrom(fArray);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
fmtable.h 446 { count=fValue.fArrayAndCount.fCount; return fValue.fArrayAndCount.fArray; }
467 Formattable& operator[](int32_t index) { return fValue.fArrayAndCount.fArray[index]; }
700 Formattable* fArray;

Completed in 445 milliseconds

12 3