Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRedBlackTree.h175 Node* fFirst; variable
226 fFirst = NULL; in GrRedBlackTree()
239 return Iter(fFirst, this); in begin()
335 fFirst = NULL; in reset()
374 fFirst = x; in insert()
597 GrAssert(fFirst != x); in deleteAtNode()
622 } else if (x == fFirst) { in deleteAtNode()
624 fFirst = fRoot; in deleteAtNode()
627 GrAssert(fFirst == fLast && x == fFirst); in deleteAtNode()
628 fFirst = NULL; in deleteAtNode()
[all …]
/external/icu4c/tools/genrb/
Dreslist.c247 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) { in array_write16()
256 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) { in array_write16()
282 for (current = res->u.fTable.fFirst; current != NULL; current = current->fNext) { in table_write16()
320 for (current = res->u.fTable.fFirst; current != NULL; current = current->fNext) { in table_write16()
323 for (current = res->u.fTable.fFirst; current != NULL; current = current->fNext) { in table_write16()
408 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) { in array_preWrite()
424 for (current = res->u.fTable.fFirst; current != NULL; current = current->fNext) { in table_preWrite()
523 for (i = 0, current = res->u.fArray.fFirst; current != NULL; ++i, current = current->fNext) { in array_write()
529 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) { in array_write()
574 for (i = 0, current = res->u.fTable.fFirst; current != NULL; ++i, current = current->fNext) { in table_write()
[all …]
Dreslist.h109 struct SResource *fFirst; member
118 struct SResource *fFirst; member
Dwrtjava.c336 current = res->u.fArray.fFirst; in array_write_java()
346 current = res->u.fArray.fFirst; in array_write_java()
523 current = res->u.fTable.fFirst; in table_write_java()
Dwrtxml.cpp682 current = res->u.fArray.fFirst; in array_write_xml()
925 current = res->u.fTable.fFirst; in table_write_xml()
Dparse.cpp641 current = list->fFirst; in resLookup()
/external/stlport/test/eh/
Dtest_insert.h500 : fFirst( first ), in fFirst() function
521 do_insert_range( c, fPos, fFirst, fLast, container_category(c) ); in operator()
526 VerifyInsertion( original, c, fFirst, fLast, fPos ); in operator()
529 Iter fFirst, fLast;
/external/skia/include/core/
DSkPathEffect.h97 SkPath fFirst; // If not empty, contains geometry for first point variable
/external/skia/src/effects/
DSkDashPathEffect.cpp470 results->fFirst.addRect(x - halfWidth, y - halfHeight, in asPoints()
/external/skia/src/core/
DSkDraw.cpp698 if (!pointData.fFirst.isEmpty()) { in drawPoints()
700 fDevice->drawPath(*this, pointData.fFirst, newP); in drawPoints()
702 this->drawPath(pointData.fFirst, newP); in drawPoints()