/external/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 173 SResource *current = fFirst; in ~ContainerResource() 196 if (fFirst == NULL) { in add() 197 fFirst = res; in add() 204 SResource *current = fFirst; in add() 226 fFirst = res; in add() 251 if (fFirst == NULL) { in add() 252 fFirst = res; in add() 265 res->fNext = fFirst; in add() 266 fFirst = res; in add() 441 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 | 248 fCount(0), fFirst(NULL) {} in ContainerResource() 264 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 | 125 i = this->matchFirst(&fFirst, record, i); 142 template <typename T> T* first() { return fFirst.get(); } 171 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/skia/src/pdf/ |
D | SkPDFFont.cpp | 414 : fFirst(first), fLast(last) { in SingleByteGlyphIdIterator() 415 SkASSERT(fFirst > 0); in SingleByteGlyphIdIterator() 420 fCurrent = (0 == fCurrent) ? fFirst : fCurrent + 1; in operator ++() 427 Iter(SkGlyphID f, int c) : fFirst(f), fCurrent(c) {} in Iter() 429 const SkGlyphID fFirst; member 432 Iter begin() const { return Iter(fFirst, 0); } in begin() 433 Iter end() const { return Iter(fFirst, (int)fLast + 1); } in end() 435 const SkGlyphID fFirst; member
|
/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/skqp/include/gpu/gl/ |
D | GrGLTypes.h | 62 GrGLuint fFirst; member
|
/external/skqp/include/core/ |
D | SkPathEffect.h | 106 SkPath fFirst; // If not empty, contains geometry for first point variable
|
/external/skia/include/core/ |
D | SkPathEffect.h | 100 SkPath fFirst; // If not empty, contains geometry for first point variable
|
/external/skia/include/gpu/gl/ |
D | GrGLTypes.h | 132 GrGLuint fFirst; member
|
/external/skia/src/sksl/codegen/ |
D | SkSLMetalCodeGenerator.cpp | 2183 if (fFirst) { in writeGlobalStruct() 2185 fFirst = false; in writeGlobalStruct() 2189 if (!fFirst) { in writeGlobalStruct() 2191 fFirst = true; in writeGlobalStruct() 2196 bool fFirst = true; in writeGlobalStruct() member in SkSL::MetalCodeGenerator::writeGlobalStruct::__anonb8281bb90210 2230 if (fFirst) { in writeGlobalInit() 2232 fFirst = false; in writeGlobalInit() 2238 if (!fFirst) { in writeGlobalInit() 2244 bool fFirst = true; in writeGlobalInit() member in SkSL::MetalCodeGenerator::writeGlobalInit::__anonb8281bb90310
|
/external/skia/src/effects/ |
D | SkDashPathEffect.cpp | 300 results->fFirst.addRect(x - halfWidth, y - halfHeight, in onAsPoints()
|
/external/skqp/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 | 1780 SkVector fFirst, fPrev; member 1805 fFirst = fPrev = v; in addVec() 1833 this->addVec(fFirst); in finalCross()
|