Home
last modified time | relevance | path

Searched refs:fIndex (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/core/
DSkPtrRecorder.cpp38 return fList[index].fIndex; in find()
54 pair.fIndex = count + 1; in add()
58 return fList[index].fIndex; in add()
69 int index = p[i].fIndex - 1; in copyToArray()
DSkPictureFlat.h136 int index() const { return fIndex; } in index()
139 size_t size() const { return sizeof(fIndex) + fAllocSize; } in size()
145 int fIndex; variable
DSkPictureFlat.cpp20 result->fIndex = index; in Alloc()
/external/skia/tests/
Dskia_test.cpp62 fIndex = index; in setIndexOfTotal()
89 SkDebugf("INSTRUMENTATION_STATUS: current=%d\n", fIndex+1); in dumpState()
94 SkDebugf("[%d/%d] %s...\n", fIndex+1, fTotal, test->getName()); in dumpState()
101 int fIndex, fTotal; member in DebugfReporter
/external/skia/src/utils/
DSkNWayCanvas.cpp46 fIndex = 0; in Iter()
49 if (fIndex < fList.count()) { in next()
50 fCanvas = fList[fIndex++]; in next()
59 int fIndex; member in SkNWayCanvas::Iter
/external/skia/src/views/
DSkListView.cpp40 fIndex = 0;
49 if (fIndex > index)
52 fIndex = 0;
55 while (fIndex < index)
58 fIndex += 1;
74 fIndex += 1;
103 int fIndex;
/external/icu4c/common/
Duresbund.c1104 resB->fIndex = -1; in init_resb_result()
1367 resB->fIndex = -1; in ures_resetIterator()
1374 return (UBool)(resB->fIndex < resB->fSize-1); in ures_hasNext()
1388 if(resB->fIndex == resB->fSize-1) { in ures_getNextString()
1391 resB->fIndex++; in ures_getNextString()
1399 r = res_getTableItemByIndex(&(resB->fResData), resB->fRes, resB->fIndex, key); in ures_getNextString()
1403 return ures_getStringWithAlias(resB, r, resB->fIndex, len, status); in ures_getNextString()
1406 r = res_getArrayItem(&(resB->fResData), resB->fRes, resB->fIndex); in ures_getNextString()
1410 return ures_getStringWithAlias(resB, r, resB->fIndex, len, status); in ures_getNextString()
1412 return ures_getStringWithAlias(resB, resB->fRes, resB->fIndex, len, status); in ures_getNextString()
[all …]
Duresimp.h84 int32_t fIndex; member
/external/skia/include/core/
DSkPtrRecorder.h65 uint32_t fIndex; // 1...N member
/external/skia/samplecode/
DSamplePatch.cpp318 int fIndex; member in PatchView::PtClick
319 PtClick(SkView* view, int index) : Click(view), fIndex(index) {} in PtClick()
336 fPts[((PtClick*)click)->fIndex].set(click->fCurr.fX, click->fCurr.fY); in onClick()
DSampleSlides.cpp726 int fIndex; member in SlideView
729 fIndex = 0; in SlideView()
760 gProc[fIndex](canvas); in onDrawContent()
764 fIndex = (fIndex + 1) % SK_ARRAY_COUNT(gProc); in onFindClickHandler()
/external/skia/src/pipe/
DSkGPipeWrite.cpp163 uint32_t fIndex; // always > 0 member
219 copy->fIndex = fFlatArray.count(); in flattenToIndex()
223 this->writeOp(kDef_Flattenable_DrawOp, paintflat, copy->fIndex); in flattenToIndex()
227 return fFlatArray[index]->fIndex; in flattenToIndex()
/external/skia/include/pdf/
DSkPDFFont.h57 mutable int fIndex; variable
/external/skia/src/pdf/
DSkPDFFont.cpp623 if (fIndex >= fMap->count()) { in next()
626 return &((*fMap)[fIndex++]); in next()
631 fIndex = 0; in reset()