/external/skia/src/core/ |
D | SkPtrRecorder.cpp | 38 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()
|
D | SkPictureFlat.h | 136 int index() const { return fIndex; } in index() 139 size_t size() const { return sizeof(fIndex) + fAllocSize; } in size() 145 int fIndex; variable
|
D | SkPictureFlat.cpp | 20 result->fIndex = index; in Alloc()
|
/external/skia/tests/ |
D | skia_test.cpp | 62 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/ |
D | SkNWayCanvas.cpp | 46 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/ |
D | 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/icu4c/common/ |
D | uresbund.c | 1104 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 …]
|
D | uresimp.h | 84 int32_t fIndex; member
|
/external/skia/include/core/ |
D | SkPtrRecorder.h | 65 uint32_t fIndex; // 1...N member
|
/external/skia/samplecode/ |
D | SamplePatch.cpp | 318 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()
|
D | SampleSlides.cpp | 726 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/ |
D | SkGPipeWrite.cpp | 163 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/ |
D | SkPDFFont.h | 57 mutable int fIndex; variable
|
/external/skia/src/pdf/ |
D | SkPDFFont.cpp | 623 if (fIndex >= fMap->count()) { in next() 626 return &((*fMap)[fIndex++]); in next() 631 fIndex = 0; in reset()
|