Searched refs:fIter (Results 1 – 13 of 13) sorted by relevance
/external/skia/src/effects/ |
D | SkLayerDrawLooper.cpp | 31 fIter.fSavedPaint = *paint; in init() 32 fIter.fPaint = paint; in init() 33 fIter.fCanvas = canvas; in init() 34 fIter.fRec = fRecs; in init() 39 Rec* rec = fIter.fRec; in next() 41 *fIter.fPaint = rec->fPaint; in next() 42 fIter.fCanvas->restore(); in next() 43 fIter.fCanvas->save(SkCanvas::kMatrix_SaveFlag); in next() 44 fIter.fCanvas->translate(rec->fOffset.fX, rec->fOffset.fY); in next() 46 fIter.fRec = rec->fNext; in next() [all …]
|
/external/skia/include/core/ |
D | SkTDict.h | 125 fIter = dict.fArray.begin(); in Iter() 131 if (fIter < fStop) in next() 133 name = fIter->fName; in next() 135 *value = fIter->fValue; in next() 136 fIter += 1; in next() 141 Pair* fIter;
|
D | SkPathMeasure.h | 86 SkPath::Iter fIter;
|
D | SkRegion.h | 278 Iterator fIter;
|
/external/skia/src/views/ |
D | SkListView.cpp | 29 fIter.reset(fPath.c_str(), fSuffix.c_str()); 30 while (fIter.next(NULL)) 32 fIter.reset(fPath.c_str(), fSuffix.c_str()); 44 fIter.reset(fPath.c_str(), fSuffix.c_str()); 50 fIter.next(NULL); 54 if (fIter.next(left)) 94 SkOSFile::Iter fIter;
|
/external/skia/src/core/ |
D | SkPathMeasure.cpp | 165 switch (fIter.next(pts)) { in buildSegments() 182 seg->fType = fIter.isCloseLine() ? in buildSegments() 186 ptIndex += !fIter.isCloseLine(); in buildSegments() 372 fIter.setPath(path, forceClosed); in SkPathMeasure() 386 fIter.setPath(*path, forceClosed); in setPath()
|
D | SkRegion.cpp | 1211 : fIter(rgn), fClip(clip), fDone(true) { in Cliperator() 1212 const SkIRect& r = fIter.rect(); in Cliperator() 1214 while (!fIter.done()) { in Cliperator() 1222 fIter.next(); in Cliperator() 1231 const SkIRect& r = fIter.rect(); in next() 1234 fIter.next(); in next() 1235 while (!fIter.done()) { in next() 1243 fIter.next(); in next()
|
/external/icu4c/common/ |
D | triedict.cpp | 90 fIter = utext_openUChars(NULL, NULL, 0, &status); in MutableTrieDictionary() 91 if (U_SUCCESS(status) && fIter == NULL) { in MutableTrieDictionary() 98 fIter = utext_openUChars(NULL, NULL, 0, &status); in MutableTrieDictionary() 99 if (U_SUCCESS(status) && fIter == NULL) { in MutableTrieDictionary() 106 utext_close(fIter); in ~MutableTrieDictionary() 174 fIter = utext_openUChars(fIter, word, length, &status); in addWord() 177 matched = search(fIter, length, NULL, count, 0, parent, pMatched); in addWord() 180 UChar32 uc = utext_next32(fIter); // TODO: supplemetary support? in addWord()
|
D | triedict.h | 129 UText *fIter; variable
|
/external/chromium/third_party/icu/source/common/ |
D | triedict.cpp | 102 fIter = utext_openUChars(NULL, NULL, 0, &status); in MutableTrieDictionary() 103 if (U_SUCCESS(status) && fIter == NULL) { in MutableTrieDictionary() 113 fIter = utext_openUChars(NULL, NULL, 0, &status); in MutableTrieDictionary() 114 if (U_SUCCESS(status) && fIter == NULL) { in MutableTrieDictionary() 123 utext_close(fIter); in ~MutableTrieDictionary() 201 fIter = utext_openUChars(fIter, word, length, &status); in addWord() 204 matched = search(fIter, length, NULL, count, 0, parent, pMatched); in addWord() 207 UChar32 uc = utext_next32(fIter); // TODO: supplementary support? in addWord()
|
D | triedict.h | 134 UText *fIter; variable
|
/external/skia/include/effects/ |
D | SkLayerDrawLooper.h | 59 Iter fIter; variable
|
/external/chromium/third_party/icu/patches/ |
D | segmentation.patch.txt | 621 if (U_SUCCESS(status) && fIter == NULL) { 632 fIter = utext_openUChars(NULL, NULL, 0, &status); 633 if (U_SUCCESS(status) && fIter == NULL) { 695 matched = search(fIter, length, NULL, count, 0, parent, pMatched); 698 - UChar32 uc = utext_next32(fIter); // TODO: supplemetary support? 699 + UChar32 uc = utext_next32(fIter); // TODO: supplementary support? 2255 UText *fIter;
|