Home
last modified time | relevance | path

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

/external/icu/icu4c/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()
441 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
Dwrtxml.cpp699 current = res->fFirst; in array_write_xml()
942 current = res->fFirst; in table_write_xml()
Dparse.cpp669 SResource *current = list->fFirst; in resLookup()
/external/skia/src/core/
DSkRecordPattern.h125 i = this->matchFirst(&fFirst, record, i);
142 template <typename T> T* first() { return fFirst.get(); }
171 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()
/external/skqp/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()
/external/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
/external/skqp/src/pdf/
DSkPDFFont.cpp534 : 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/
DGrGLTypes.h62 GrGLuint fFirst; member
/external/skqp/include/core/
DSkPathEffect.h106 SkPath fFirst; // If not empty, contains geometry for first point variable
/external/skia/include/core/
DSkPathEffect.h100 SkPath fFirst; // If not empty, contains geometry for first point variable
/external/skia/include/gpu/gl/
DGrGLTypes.h132 GrGLuint fFirst; member
/external/skia/src/sksl/codegen/
DSkSLMetalCodeGenerator.cpp2183 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/
DSkDashPathEffect.cpp300 results->fFirst.addRect(x - halfWidth, y - halfHeight, in onAsPoints()
/external/skqp/src/effects/
DSkDashPathEffect.cpp300 results->fFirst.addRect(x - halfWidth, y - halfHeight, in onAsPoints()
/external/skqp/src/utils/
DSkPolyUtils.cpp1732 SkVector fFirst, fPrev; member
1757 fFirst = fPrev = v; in addVec()
1785 this->addVec(fFirst); in finalCross()
/external/skia/src/utils/
DSkPolyUtils.cpp1780 SkVector fFirst, fPrev; member
1805 fFirst = fPrev = v; in addVec()
1833 this->addVec(fFirst); in finalCross()