Home
last modified time | relevance | path

Searched refs:fIter (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/effects/
DSkLayerDrawLooper.cpp31 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/
DSkTDict.h125 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;
DSkPathMeasure.h86 SkPath::Iter fIter;
DSkRegion.h278 Iterator fIter;
/external/skia/src/views/
DSkListView.cpp29 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/
DSkPathMeasure.cpp165 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()
DSkRegion.cpp1211 : 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/
Dtriedict.cpp90 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()
Dtriedict.h129 UText *fIter; variable
/external/chromium/third_party/icu/source/common/
Dtriedict.cpp102 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()
Dtriedict.h134 UText *fIter; variable
/external/skia/include/effects/
DSkLayerDrawLooper.h59 Iter fIter; variable
/external/chromium/third_party/icu/patches/
Dsegmentation.patch.txt621 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;