HomeSort by relevance Sort by last modified time
    Searched full:findex (Results 1 - 25 of 26) sorted by null

1 2

  /external/skia/src/core/
SkPtrRecorder.cpp 31 return fList[index].fIndex;
47 pair.fIndex = count + 1;
51 return fList[index].fIndex;
60 // p->fIndex is base-1, so we need to subtract to find its slot
62 int index = p[i].fIndex - 1;
SkPictureFlat.h 109 int index() const { return fIndex; }
112 size_t size() const { return sizeof(fIndex) + fAllocSize; }
118 int fIndex;
SkMath.cpp 483 int findex = radians & (kTableSize * 256 - 1); local
484 int index = findex >> 8;
485 int partial = findex & 255;
488 findex = kTableSize * 256 - findex - 1;
489 index = findex >> 8;
490 partial = findex & 255;
SkPictureFlat.cpp 13 result->fIndex = index;
  /external/skia/tests/
skia_test.cpp 55 fIndex = index;
82 SkDebugf("INSTRUMENTATION_STATUS: current=%d\n", fIndex+1);
87 SkDebugf("[%d/%d] %s...\n", fIndex+1, fTotal, test->getName());
94 int fIndex, fTotal;
  /external/skia/src/utils/
SkNWayCanvas.cpp 35 fIndex = 0;
38 if (fIndex < fList.count()) {
39 fCanvas = fList[fIndex++];
48 int fIndex;
  /external/skia/include/core/
SkPtrRecorder.h 72 uint32_t fIndex; // 1...N
77 // ptr and its ID/fIndex explicitly, since the ptr's position in the array
  /external/iproute2/netem/
maketable.c 139 double findex, fvalue; local
146 findex = ((double)i/(double)DISTTABLEGRANULARITY) - DISTTABLEDOMAIN;
149 inversevalue = (int)rint(findex*TABLEFACTOR);
  /external/skia/src/views/
SkListView.cpp 33 fIndex = 0;
42 if (fIndex > index)
45 fIndex = 0;
48 while (fIndex < index)
51 fIndex += 1;
67 fIndex += 1;
96 int fIndex;
  /external/skia/samplecode/
SamplePatch.cpp 311 int fIndex;
312 PtClick(SkView* view, int index) : Click(view), fIndex(index) {}
329 fPts[((PtClick*)click)->fIndex].set(click->fCurr.fX, click->fCurr.fY);
SampleSlides.cpp 753 int fIndex;
756 fIndex = 0;
787 gProc[fIndex](canvas);
791 fIndex = (fIndex + 1) % SK_ARRAY_COUNT(gProc);
  /external/libffi/doc/
libffi.texi 127 @findex ffi_prep_cif
156 @findex ffi_call
433 @findex FFI_CLOSURES
440 @findex ffi_closure_alloca
449 @findex ffi_closure_free
460 @findex ffi_prep_closure_loc
  /ndk/sources/host-tools/make-3.81/doc/
make.texi     [all...]
  /external/skia/src/pipe/
SkGPipeWrite.cpp 167 uint32_t fIndex; // always > 0
245 copy->fIndex = fFlatArray.count();
246 // SkDebugf("--- add flattenable[%d] size=%d index=%d\n", paintflat, len, copy->fIndex);
249 this->writeOp(kDef_Flattenable_DrawOp, paintflat, copy->fIndex);
253 return fFlatArray[index]->fIndex;
  /external/icu4c/common/
uresbund.c     [all...]
uresimp.h 84 int32_t fIndex;
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed-in.texi     [all...]
sed.texi     [all...]
  /external/bison/doc/
bison.texinfo 685 @findex %glr-parser
741 @findex %glr-parser
742 @findex %expect-rr
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 910 % @findex, @vindex, @kindex, @cindex.
912 \def\findex {\fnindex}
    [all...]
  /external/libffi/
texinfo.tex     [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/e2fsprogs/doc/
texinfo.tex     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/make-3.81/config/
texinfo.tex     [all...]

Completed in 1161 milliseconds

1 2