Home
last modified time | relevance | path

Searched refs:fFirst (Results 1 – 19 of 19) sorted by relevance

/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp166 SResource *current = fFirst; in ~ContainerResource()
189 if (fFirst == NULL) { in add()
190 fFirst = res; in add()
197 SResource *current = fFirst; in add()
219 fFirst = res; in add()
244 if (fFirst == NULL) { in add()
245 fFirst = res; in add()
258 res->fNext = fFirst; in add()
259 fFirst = res; in add()
434 for (SResource *current = fFirst; current != NULL; current = current->fNext) { in handlePreflightStrings()
[all …]
Dwrtjava.cpp344 current = res->fFirst; in array_write_java()
354 current = res->fFirst; in array_write_java()
528 current = res->fFirst; in table_write_java()
Dreslist.h231 fCount(0), fFirst(NULL) {} in ContainerResource()
244 SResource *fFirst; variable
Dwrtxml.cpp699 current = res->fFirst; in array_write_xml()
942 current = res->fFirst; in table_write_xml()
Dparse.cpp669 SResource *current = list->fFirst; in resLookup()
/external/skia/src/core/
DSkRecordPattern.h124 i = this->matchFirst(&fFirst, record, i);
141 template <typename T> T* first() { return fFirst.get(); }
170 First fFirst;
DSkDraw.cpp453 if (!pointData.fFirst.isEmpty()) { in drawPoints()
455 device->drawPath(pointData.fFirst, newP); in drawPoints()
457 this->drawPath(pointData.fFirst, newP); in drawPoints()
/external/skqp/src/core/
DSkRecordPattern.h124 i = this->matchFirst(&fFirst, record, i);
141 template <typename T> T* first() { return fFirst.get(); }
170 First fFirst;
DSkDraw.cpp453 if (!pointData.fFirst.isEmpty()) { in drawPoints()
455 device->drawPath(pointData.fFirst, newP); in drawPoints()
457 this->drawPath(pointData.fFirst, newP); in drawPoints()
/external/skqp/src/pdf/
DSkPDFFont.cpp534 : fFirst(first), fLast(last) { in SingleByteGlyphIdIterator()
535 SkASSERT(fFirst > 0); in SingleByteGlyphIdIterator()
540 fCurrent = (0 == fCurrent) ? fFirst : fCurrent + 1; in operator ++()
547 Iter(SkGlyphID f, int c) : fFirst(f), fCurrent(c) {} in Iter()
549 const SkGlyphID fFirst; member
552 Iter begin() const { return Iter(fFirst, 0); } in begin()
553 Iter end() const { return Iter(fFirst, (int)fLast + 1); } in end()
555 const SkGlyphID fFirst; member
/external/skia/src/pdf/
DSkPDFFont.cpp530 : fFirst(first), fLast(last) { in SingleByteGlyphIdIterator()
531 SkASSERT(fFirst > 0); in SingleByteGlyphIdIterator()
536 fCurrent = (0 == fCurrent) ? fFirst : fCurrent + 1; in operator ++()
543 Iter(SkGlyphID f, int c) : fFirst(f), fCurrent(c) {} in Iter()
545 const SkGlyphID fFirst; member
548 Iter begin() const { return Iter(fFirst, 0); } in begin()
549 Iter end() const { return Iter(fFirst, (int)fLast + 1); } in end()
551 const SkGlyphID fFirst; member
/external/skqp/include/gpu/gl/
DGrGLTypes.h62 GrGLuint fFirst; member
/external/skia/include/gpu/gl/
DGrGLTypes.h62 GrGLuint fFirst; member
/external/skia/include/core/
DSkPathEffect.h106 SkPath fFirst; // If not empty, contains geometry for first point variable
/external/skqp/include/core/
DSkPathEffect.h106 SkPath fFirst; // If not empty, contains geometry for first point variable
/external/skqp/src/effects/
DSkDashPathEffect.cpp300 results->fFirst.addRect(x - halfWidth, y - halfHeight, in onAsPoints()
/external/skia/src/effects/
DSkDashPathEffect.cpp300 results->fFirst.addRect(x - halfWidth, y - halfHeight, in onAsPoints()
/external/skqp/src/utils/
DSkPolyUtils.cpp1732 SkVector fFirst, fPrev; member
1757 fFirst = fPrev = v; in addVec()
1785 this->addVec(fFirst); in finalCross()
/external/skia/src/utils/
DSkPolyUtils.cpp1754 SkVector fFirst, fPrev; member
1779 fFirst = fPrev = v; in addVec()
1807 this->addVec(fFirst); in finalCross()