/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
|
/third_party/node/deps/icu-small/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
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | reslist.cpp | 172 SResource *current = fFirst; in ~ContainerResource() 195 if (fFirst == NULL) { in add() 196 fFirst = res; in add() 203 SResource *current = fFirst; in add() 225 fFirst = res; in add() 250 if (fFirst == NULL) { in add() 251 fFirst = res; in add() 264 res->fNext = fFirst; in add() 265 fFirst = res; in add() 440 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
|
/third_party/flutter/skia/third_party/externals/icu/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
|
/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/flutter/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()
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFFont.cpp | 411 : fFirst(first), fLast(last) { in SingleByteGlyphIdIterator() 412 SkASSERT(fFirst > 0); in SingleByteGlyphIdIterator() 417 fCurrent = (0 == fCurrent) ? fFirst : fCurrent + 1; in operator ++() 424 Iter(SkGlyphID f, int c) : fFirst(f), fCurrent(c) {} in Iter() 426 const SkGlyphID fFirst; member 429 Iter begin() const { return Iter(fFirst, 0); } in begin() 430 Iter end() const { return Iter(fFirst, (int)fLast + 1); } in end() 432 const SkGlyphID fFirst; member
|
/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/flutter/skia/include/core/ |
D | SkPathEffect.h | 106 SkPath fFirst; // If not empty, contains geometry for first point variable
|
/third_party/flutter/skia/include/gpu/gl/ |
D | GrGLTypes.h | 123 GrGLuint fFirst; member
|
/third_party/skia/include/gpu/gl/ |
D | GrGLTypes.h | 132 GrGLuint 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::__anon6f0d30c80210 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::__anon6f0d30c80310
|
/third_party/flutter/skia/src/effects/ |
D | SkDashPathEffect.cpp | 300 results->fFirst.addRect(x - halfWidth, y - halfHeight, in onAsPoints()
|
/third_party/skia/src/effects/ |
D | SkDashPathEffect.cpp | 300 results->fFirst.addRect(x - halfWidth, y - halfHeight, in onAsPoints()
|