Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dreslist.cpp173 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 …]
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.h248 fCount(0), fFirst(NULL) {} in ContainerResource()
264 SResource *fFirst; variable
/third_party/node/deps/icu-small/source/tools/genrb/
Dreslist.cpp173 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 …]
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.h248 fCount(0), fFirst(NULL) {} in ContainerResource()
264 SResource *fFirst; variable
/third_party/icu/icu4c/source/tools/genrb/
Dreslist.cpp172 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 …]
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.h248 fCount(0), fFirst(NULL) {} in ContainerResource()
264 SResource *fFirst; variable
/third_party/flutter/skia/third_party/externals/icu/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
/third_party/skia/src/core/
DSkRecordPattern.h125 i = this->matchFirst(&fFirst, record, i);
142 template <typename T> T* first() { return fFirst.get(); }
171 First fFirst;
DSkPathEffectBase.h60 SkPath fFirst; // If not empty, contains geometry for first point variable
DSkDraw.cpp455 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/
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()
/third_party/flutter/skia/src/pdf/
DSkPDFFont.cpp411 : 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/
DSkPDFFont.cpp414 : 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/
DSkPathEffect.h106 SkPath fFirst; // If not empty, contains geometry for first point variable
/third_party/flutter/skia/include/gpu/gl/
DGrGLTypes.h123 GrGLuint fFirst; member
/third_party/skia/include/gpu/gl/
DGrGLTypes.h132 GrGLuint fFirst; member
/third_party/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp2455 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/
DSkDashPathEffect.cpp300 results->fFirst.addRect(x - halfWidth, y - halfHeight, in onAsPoints()
/third_party/skia/src/effects/
DSkDashPathEffect.cpp300 results->fFirst.addRect(x - halfWidth, y - halfHeight, in onAsPoints()

12