Searched refs:fIndex (Results 1 - 12 of 12) sorted by relevance

/external/skia/src/core/
H A DSkPtrRecorder.cpp31 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;
H A DSkPictureFlat.h109 int index() const { return fIndex; }
112 size_t size() const { return sizeof(fIndex) + fAllocSize; }
118 int fIndex; member in class:SkFlatData
H A DSkPictureFlat.cpp13 result->fIndex = index;
/external/skia/tests/
H A Dskia_test.cpp55 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; member in class:DebugfReporter
/external/skia/include/core/
H A DSkPtrRecorder.h72 uint32_t fIndex; // 1...N member in struct:SkPtrSet::Pair
77 // ptr and its ID/fIndex explicitly, since the ptr's position in the array
/external/skia/src/utils/
H A DSkNWayCanvas.cpp35 fIndex = 0;
38 if (fIndex < fList.count()) {
39 fCanvas = fList[fIndex++];
48 int fIndex; member in class:SkNWayCanvas::Iter
/external/icu4c/common/
H A Duresimp.h84 int32_t fIndex; member in struct:UResourceBundle
H A Duresbund.c1087 resB->fIndex = -1;
1350 resB->fIndex = -1;
1357 return (UBool)(resB->fIndex < resB->fSize-1);
1371 if(resB->fIndex == resB->fSize-1) {
1374 resB->fIndex++;
1382 r = res_getTableItemByIndex(&(resB->fResData), resB->fRes, resB->fIndex, key);
1386 return ures_getStringWithAlias(resB, r, resB->fIndex, len, status);
1389 r = res_getArrayItem(&(resB->fResData), resB->fRes, resB->fIndex);
1393 return ures_getStringWithAlias(resB, r, resB->fIndex, len, status);
1395 return ures_getStringWithAlias(resB, resB->fRes, resB->fIndex, le
[all...]
/external/skia/src/views/
H A DSkListView.cpp33 fIndex = 0;
42 if (fIndex > index)
45 fIndex = 0;
48 while (fIndex < index)
51 fIndex += 1;
67 fIndex += 1;
96 int fIndex; member in class:SkDirListSource
/external/skia/samplecode/
H A DSamplePatch.cpp311 int fIndex; member in class:PatchView::PtClick
312 PtClick(SkView* view, int index) : Click(view), fIndex(index) {}
329 fPts[((PtClick*)click)->fIndex].set(click->fCurr.fX, click->fCurr.fY);
H A DSampleSlides.cpp753 int fIndex; member in class:SlideView
756 fIndex = 0;
787 gProc[fIndex](canvas);
791 fIndex = (fIndex + 1) % SK_ARRAY_COUNT(gProc);
/external/skia/src/pipe/
H A DSkGPipeWrite.cpp167 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;

Completed in 677 milliseconds