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

12

  /external/skia/src/core/
SkPictureFlat.h 138 buffer.setTypefaceArray((SkTypeface**)fArray, fCount);
143 SkRefCnt** fArray;
148 SkFactoryPlayback(int count) : fCount(count) { fArray = new SkFlattenable::Factory[count]; }
150 ~SkFactoryPlayback() { delete[] fArray; }
152 SkFlattenable::Factory* base() const { return fArray; }
155 buffer.setFactoryPlayback(fArray, fCount);
160 SkFlattenable::Factory* fArray;
SkRecorder.cpp 18 fArray.unrefAll();
22 const int count = fArray.count();
28 pics[i] = fArray[i]->newPictureSnapshot();
34 *fArray.append() = SkRef(drawable);
SkTypefaceCache.h 85 SkTDArray<Rec> fArray;
  /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);
360 // have fArray point to the first UChar
361 fUnion.fFields.fArray = (UChar *)array;
366 fUnion.fFields.fArray = 0;
505 fUnion.fFields.fArray = src.fUnion.fFields.fArray;
515 fUnion.fFields.fArray = src.fUnion.fFields.fArray
    [all...]
  /frameworks/base/core/jni/
android_nio_utils.h 67 jarray fArray;
  /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...]
  /cts/tests/camera/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/tools/genrb/
wrtjava.cpp 391 len=itostr(buf,res->fArray[i],10,0);
403 len=itostr(buf,res->fArray[i],10,0);
reslist.cpp 334 fCount(0), fArray(new uint32_t[RESLIST_MAX_INT_VECTOR]) {
335 if (fArray == NULL) {
342 delete[] fArray;
347 fArray[fCount++] = value;
762 udata_write32(mem, fArray[i]);
    [all...]
reslist.h 385 uint32_t *fArray;
wrtxml.cpp 735 len = itostr(buf, res->fArray[i], 10, 0);
    [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;
  /external/skia/src/ports/
SkFontHost_mac.cpp     [all...]
SkFontHost_win.cpp     [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fGeometryShaderTests.cpp     [all...]

Completed in 2494 milliseconds

12