Searched refs:fFirst (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/ |
D | GrRedBlackTree.h | 175 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/ |
D | reslist.c | 247 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 …]
|
D | reslist.h | 109 struct SResource *fFirst; member 118 struct SResource *fFirst; member
|
D | wrtjava.c | 336 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()
|
D | wrtxml.cpp | 682 current = res->u.fArray.fFirst; in array_write_xml() 925 current = res->u.fTable.fFirst; in table_write_xml()
|
D | parse.cpp | 641 current = list->fFirst; in resLookup()
|
/external/stlport/test/eh/ |
D | test_insert.h | 500 : 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/ |
D | SkPathEffect.h | 97 SkPath fFirst; // If not empty, contains geometry for first point variable
|
/external/skia/src/effects/ |
D | SkDashPathEffect.cpp | 470 results->fFirst.addRect(x - halfWidth, y - halfHeight, in asPoints()
|
/external/skia/src/core/ |
D | SkDraw.cpp | 698 if (!pointData.fFirst.isEmpty()) { in drawPoints() 700 fDevice->drawPath(*this, pointData.fFirst, newP); in drawPoints() 702 this->drawPath(pointData.fFirst, newP); in drawPoints()
|