/external/skia/src/core/ |
D | SkPtrRecorder.cpp | 41 return fList[index].fIndex; in find() 57 pair.fIndex = count + 1; in add() 61 return fList[index].fIndex; in add() 72 int index = p[i].fIndex - 1; in copyToArray()
|
D | SkPtrRecorder.h | 68 uint32_t fIndex; // 1...N member
|
D | SkPictureFlat.h | 292 int index() const { return fIndex; } in index() 327 void setIndex(int index) { fIndex = index; } in setIndex() 355 int fIndex;
|
D | SkPictureFlat.cpp | 122 result->fIndex = index; in Create()
|
/external/skia/legacy/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/icu4c/i18n/ |
D | regeximp.cpp | 66 fChars(chars), fIndex(start), fLimit(limit), fcsp(NULL), fFoldChars(NULL), fFoldLength(0) { in CaseFoldingUCharIterator() 80 if (fIndex >= fLimit) { in next() 83 U16_NEXT(fChars, fIndex, fLimit, originalC); in next() 113 return fIndex; in getIndex()
|
D | regeximp.h | 411 int64_t fIndex; variable
|
/external/skia/tests/ |
D | skia_test.cpp | 63 DebugfReporter() : fIndex(0), fTotal(0) {} in DebugfReporter() 66 fIndex = index; in setIndexOfTotal() 71 SkDebugf("[%d/%d] %s...\n", fIndex+1, fTotal, test->getName()); in onStart() 82 int fIndex, fTotal; member in DebugfReporter
|
/external/skia/tools/ |
D | bench_pictures_main.cpp | 68 for (size_t fIndex = 0; fIndex < kFilterFlagsCount; ++fIndex) { in filtersName() local 70 if (all & (1 << fIndex)) { in filtersName() 74 if (drawFilters[tIndex] & (1 << fIndex)) { in filtersName() 85 result += gFilterFlags[fIndex]; in filtersName() 560 for (size_t fIndex = 0; fIndex < kFilterFlagsCount; ++fIndex) { in parse_commandline() local 561 if (flagLen == strlen(gFilterFlags[fIndex]) in parse_commandline() 562 && !strncmp(colon + 1, gFilterFlags[fIndex], flagLen)) { in parse_commandline() 563 flag = 1 << fIndex; in parse_commandline()
|
/external/skia/legacy/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/utils/ |
D | SkNWayCanvas.cpp | 49 fIndex = 0; in Iter() 52 if (fIndex < fList.count()) { in next() 53 fCanvas = fList[fIndex++]; in next() 62 int fIndex; member in SkNWayCanvas::Iter
|
/external/skia/legacy/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.cpp | 1097 resB->fIndex = -1; in init_resb_result() 1360 resB->fIndex = -1; in ures_resetIterator() 1367 return (UBool)(resB->fIndex < resB->fSize-1); in ures_hasNext() 1381 if(resB->fIndex == resB->fSize-1) { in ures_getNextString() 1384 resB->fIndex++; in ures_getNextString() 1392 r = res_getTableItemByIndex(&(resB->fResData), resB->fRes, resB->fIndex, key); in ures_getNextString() 1396 return ures_getStringWithAlias(resB, r, resB->fIndex, len, status); in ures_getNextString() 1399 r = res_getArrayItem(&(resB->fResData), resB->fRes, resB->fIndex); in ures_getNextString() 1403 return ures_getStringWithAlias(resB, r, resB->fIndex, len, status); in ures_getNextString() 1405 return ures_getStringWithAlias(resB, resB->fRes, resB->fIndex, len, status); in ures_getNextString() [all …]
|
D | uresimp.h | 86 int32_t fIndex; member
|
/external/skia/legacy/include/core/ |
D | SkPtrRecorder.h | 65 uint32_t fIndex; // 1...N member
|
/external/skia/legacy/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/src/pdf/ |
D | SkPDFFont.h | 57 mutable int fIndex; variable
|
D | SkPDFFont.cpp | 628 if (fIndex >= fMap->count()) { in next() 631 return &((*fMap)[fIndex++]); in next() 636 fIndex = 0; in reset()
|