HomeSort by relevance Sort by last modified time
    Searched refs:fIndex (Results 1 - 25 of 25) sorted by null

  /external/skia/legacy/src/core/
SkPtrRecorder.cpp 38 return fList[index].fIndex;
54 pair.fIndex = count + 1;
58 return fList[index].fIndex;
67 // p->fIndex is base-1, so we need to subtract to find its slot
69 int index = p[i].fIndex - 1;
SkPictureFlat.h 136 int index() const { return fIndex; }
139 size_t size() const { return sizeof(fIndex) + fAllocSize; }
145 int fIndex;
SkPictureFlat.cpp 20 result->fIndex = index;
  /external/skia/src/core/
SkPtrRecorder.cpp 41 return fList[index].fIndex;
57 pair.fIndex = count + 1;
61 return fList[index].fIndex;
70 // p->fIndex is base-1, so we need to subtract to find its slot
72 int index = p[i].fIndex - 1;
SkPtrRecorder.h 68 uint32_t fIndex; // 1...N
73 // ptr and its ID/fIndex explicitly, since the ptr's position in the array
SkPictureFlat.h 292 int index() const { return fIndex; }
327 void setIndex(int index) { fIndex = index; }
355 int fIndex;
SkPictureFlat.cpp 122 result->fIndex = index;
  /external/icu4c/i18n/
regeximp.cpp 66 fChars(chars), fIndex(start), fLimit(limit), fcsp(NULL), fFoldChars(NULL), fFoldLength(0) {
80 if (fIndex >= fLimit) {
83 U16_NEXT(fChars, fIndex, fLimit, originalC);
113 return fIndex;
regeximp.h 411 int64_t fIndex;
  /external/skia/tests/
skia_test.cpp 63 DebugfReporter() : fIndex(0), fTotal(0) {}
66 fIndex = index;
71 SkDebugf("[%d/%d] %s...\n", fIndex+1, fTotal, test->getName());
82 int fIndex, fTotal;
  /external/skia/legacy/include/core/
SkPtrRecorder.h 65 uint32_t fIndex; // 1...N
70 // ptr and its ID/fIndex explicitly, since the ptr's position in the array
  /external/skia/tools/
bench_pictures_main.cpp 68 for (size_t fIndex = 0; fIndex < kFilterFlagsCount; ++fIndex) {
70 if (all & (1 << fIndex)) {
74 if (drawFilters[tIndex] & (1 << fIndex)) {
85 result += gFilterFlags[fIndex];
560 for (size_t fIndex = 0; fIndex < kFilterFlagsCount; ++fIndex) {
561 if (flagLen == strlen(gFilterFlags[fIndex])
    [all...]
  /external/skia/legacy/src/utils/
SkNWayCanvas.cpp 46 fIndex = 0;
49 if (fIndex < fList.count()) {
50 fCanvas = fList[fIndex++];
59 int fIndex;
  /external/skia/src/utils/
SkNWayCanvas.cpp 49 fIndex = 0;
52 if (fIndex < fList.count()) {
53 fCanvas = fList[fIndex++];
62 int fIndex;
  /external/icu4c/common/
uresimp.h 86 int32_t fIndex;
uresbund.cpp     [all...]
  /external/skia/src/pdf/
SkPDFFont.h 57 mutable int fIndex;
SkPDFFont.cpp 628 if (fIndex >= fMap->count()) {
631 return &((*fMap)[fIndex++]);
636 fIndex = 0;
    [all...]
  /external/skia/legacy/src/views/
SkListView.cpp 40 fIndex = 0;
49 if (fIndex > index)
52 fIndex = 0;
55 while (fIndex < index)
58 fIndex += 1;
74 fIndex += 1;
103 int fIndex;
  /external/skia/legacy/src/pipe/
SkGPipeWrite.cpp 163 uint32_t fIndex; // always > 0
219 copy->fIndex = fFlatArray.count();
220 // SkDebugf("--- add flattenable[%d] size=%d index=%d\n", paintflat, len, copy->fIndex);
223 this->writeOp(kDef_Flattenable_DrawOp, paintflat, copy->fIndex);
227 return fFlatArray[index]->fIndex;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 2147 milliseconds