/external/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 166 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 …]
|
D | wrtjava.cpp | 344 current = res->fFirst; in array_write_java() 354 current = res->fFirst; in array_write_java() 528 current = res->fFirst; in table_write_java()
|
D | reslist.h | 231 fCount(0), fFirst(NULL) {} in ContainerResource() 244 SResource *fFirst; variable
|
D | wrtxml.cpp | 699 current = res->fFirst; in array_write_xml() 942 current = res->fFirst; in table_write_xml()
|
D | parse.cpp | 669 SResource *current = list->fFirst; in resLookup()
|
/external/skia/src/core/ |
D | SkRecordPattern.h | 124 i = this->matchFirst(&fFirst, record, i); 141 template <typename T> T* first() { return fFirst.get(); } 170 First fFirst;
|
D | SkDraw.cpp | 453 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/ |
D | SkRecordPattern.h | 124 i = this->matchFirst(&fFirst, record, i); 141 template <typename T> T* first() { return fFirst.get(); } 170 First fFirst;
|
D | SkDraw.cpp | 453 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/ |
D | SkPDFFont.cpp | 534 : 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/ |
D | SkPDFFont.cpp | 530 : 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/ |
D | GrGLTypes.h | 62 GrGLuint fFirst; member
|
/external/skia/include/gpu/gl/ |
D | GrGLTypes.h | 62 GrGLuint fFirst; member
|
/external/skia/include/core/ |
D | SkPathEffect.h | 106 SkPath fFirst; // If not empty, contains geometry for first point variable
|
/external/skqp/include/core/ |
D | SkPathEffect.h | 106 SkPath fFirst; // If not empty, contains geometry for first point variable
|
/external/skqp/src/effects/ |
D | SkDashPathEffect.cpp | 300 results->fFirst.addRect(x - halfWidth, y - halfHeight, in onAsPoints()
|
/external/skia/src/effects/ |
D | SkDashPathEffect.cpp | 300 results->fFirst.addRect(x - halfWidth, y - halfHeight, in onAsPoints()
|
/external/skqp/src/utils/ |
D | SkPolyUtils.cpp | 1732 SkVector fFirst, fPrev; member 1757 fFirst = fPrev = v; in addVec() 1785 this->addVec(fFirst); in finalCross()
|
/external/skia/src/utils/ |
D | SkPolyUtils.cpp | 1754 SkVector fFirst, fPrev; member 1779 fFirst = fPrev = v; in addVec() 1807 this->addVec(fFirst); in finalCross()
|