/third_party/skia/third_party/externals/icu/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() 453 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()
|
/third_party/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() 453 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() 940 current = res->fFirst; in table_write_xml()
|
D | parse.cpp | 677 SResource *current = list->fFirst; in resLookup()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | reslist.cpp | 173 SResource *current = fFirst; in ~ContainerResource() 196 if (fFirst == nullptr) { in add() 197 fFirst = res; in add() 204 SResource *current = fFirst; in add() 226 fFirst = res; in add() 251 if (fFirst == nullptr) { in add() 252 fFirst = res; in add() 265 res->fNext = fFirst; in add() 266 fFirst = res; in add() 453 for (SResource *current = fFirst; current != nullptr; 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(nullptr) {} in ContainerResource() 264 SResource *fFirst; variable
|
D | wrtxml.cpp | 699 current = res->fFirst; in array_write_xml() 940 current = res->fFirst; in table_write_xml()
|
D | parse.cpp | 677 SResource *current = list->fFirst; in resLookup()
|
/third_party/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 | SkPathEffectBase.h | 60 SkPath fFirst; // If not empty, contains geometry for first point variable
|
D | SkDraw.cpp | 455 if (!pointData.fFirst.isEmpty()) { in drawPoints() 457 device->drawPath(pointData.fFirst, newP); in drawPoints() 459 this->drawPath(pointData.fFirst, newP); in drawPoints()
|
/third_party/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
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLMetalCodeGenerator.cpp | 2455 if (fFirst) { in writeGlobalStruct() 2457 fFirst = false; in writeGlobalStruct() 2461 if (!fFirst) { in writeGlobalStruct() 2463 fFirst = true; in writeGlobalStruct() 2468 bool fFirst = true; in writeGlobalStruct() member in SkSL::MetalCodeGenerator::writeGlobalStruct::__anon5ccb6a700210 2502 if (fFirst) { in writeGlobalInit() 2504 fFirst = false; in writeGlobalInit() 2510 if (!fFirst) { in writeGlobalInit() 2516 bool fFirst = true; in writeGlobalInit() member in SkSL::MetalCodeGenerator::writeGlobalInit::__anon5ccb6a700310
|
/third_party/skia/include/gpu/gl/ |
D | GrGLTypes.h | 135 GrGLuint fFirst; member
|
/third_party/skia/src/effects/ |
D | SkDashPathEffect.cpp | 300 results->fFirst.addRect(x - halfWidth, y - halfHeight, in onAsPoints()
|
/third_party/skia/src/utils/ |
D | SkPolyUtils.cpp | 1780 SkVector fFirst, fPrev; member 1805 fFirst = fPrev = v; in addVec() 1833 this->addVec(fFirst); in finalCross()
|