Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPtrRecorder.cpp41 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()
DSkPtrRecorder.h68 uint32_t fIndex; // 1...N member
DSkPictureFlat.h292 int index() const { return fIndex; } in index()
327 void setIndex(int index) { fIndex = index; } in setIndex()
355 int fIndex;
DSkPictureFlat.cpp122 result->fIndex = index; in Create()
/external/skia/legacy/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/icu4c/i18n/
Dregeximp.cpp66 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()
Dregeximp.h411 int64_t fIndex; variable
/external/skia/tests/
Dskia_test.cpp63 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/
Dbench_pictures_main.cpp68 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/
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/utils/
DSkNWayCanvas.cpp49 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/
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.cpp1097 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 …]
Duresimp.h86 int32_t fIndex; member
/external/skia/legacy/include/core/
DSkPtrRecorder.h65 uint32_t fIndex; // 1...N member
/external/skia/legacy/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/src/pdf/
DSkPDFFont.h57 mutable int fIndex; variable
DSkPDFFont.cpp628 if (fIndex >= fMap->count()) { in next()
631 return &((*fMap)[fIndex++]); in next()
636 fIndex = 0; in reset()