/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLNameAllocator.cpp | 27 GrGLuint first() const { return fFirst; } in first() 117 GrGLuint fFirst; member in GrGLNameAllocator::SparseNameRange 181 SkASSERT(fFirst > count); // We can't allocate at or below 0. in prependNames() 183 SkASSERT(fLeft->first() == fFirst - count); in prependNames() 261 fFirst = fLeft->first(); in updateStats() 278 fFirst = first; in ContiguousNameRange() 289 *removedCount = fEnd - fFirst; in removeLeftmostContiguousRange() 301 SkASSERT(fFirst > count); // We can't allocate at or below 0. in prependNames() 302 fFirst -= count; in prependNames() 303 return fFirst; in prependNames() [all …]
|
/external/skia/src/gpu/gl/ |
D | GrGLNameAllocator.cpp | 27 GrGLuint first() const { return fFirst; } in first() 117 GrGLuint fFirst; member in GrGLNameAllocator::SparseNameRange 181 SkASSERT(fFirst > count); // We can't allocate at or below 0. in prependNames() 183 SkASSERT(fLeft->first() == fFirst - count); in prependNames() 261 fFirst = fLeft->first(); in updateStats() 278 fFirst = first; in ContiguousNameRange() 289 *removedCount = fEnd - fFirst; in removeLeftmostContiguousRange() 301 SkASSERT(fFirst > count); // We can't allocate at or below 0. in prependNames() 302 fFirst -= count; in prependNames() 303 return fFirst; in prependNames() [all …]
|
/external/skia/src/gpu/ |
D | GrRedBlackTree.h | 177 Node* fFirst; variable 228 fFirst = NULL; in GrRedBlackTree() 241 return Iter(fFirst, this); in begin() 337 fFirst = NULL; in reset() 376 fFirst = x; in insert() 599 SkASSERT(fFirst != x); in deleteAtNode() 624 } else if (x == fFirst) { in deleteAtNode() 626 fFirst = fRoot; in deleteAtNode() 629 SkASSERT(fFirst == fLast && x == fFirst); in deleteAtNode() 630 fFirst = NULL; in deleteAtNode() [all …]
|
/external/chromium_org/third_party/skia/src/gpu/ |
D | GrRedBlackTree.h | 177 Node* fFirst; variable 228 fFirst = NULL; in GrRedBlackTree() 241 return Iter(fFirst, this); in begin() 337 fFirst = NULL; in reset() 376 fFirst = x; in insert() 599 SkASSERT(fFirst != x); in deleteAtNode() 624 } else if (x == fFirst) { in deleteAtNode() 626 fFirst = fRoot; in deleteAtNode() 629 SkASSERT(fFirst == fLast && x == fFirst); in deleteAtNode() 630 fFirst = NULL; in deleteAtNode() [all …]
|
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.c | 196 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) { in array_preflightStrings() 209 for (current = res->u.fTable.fFirst; current != NULL; current = current->fNext) { in table_preflightStrings() 344 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) { in array_write16() 353 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) { in array_write16() 379 for (current = res->u.fTable.fFirst; current != NULL; current = current->fNext) { in table_write16() 417 for (current = res->u.fTable.fFirst; current != NULL; current = current->fNext) { in table_write16() 420 for (current = res->u.fTable.fFirst; current != NULL; current = current->fNext) { in table_write16() 505 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) { in array_preWrite() 521 for (current = res->u.fTable.fFirst; current != NULL; current = current->fNext) { in table_preWrite() 620 for (i = 0, current = res->u.fArray.fFirst; current != NULL; ++i, current = current->fNext) { in array_write() [all …]
|
D | reslist.h | 107 struct SResource *fFirst; member 116 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 | 692 current = res->u.fArray.fFirst; in array_write_xml() 935 current = res->u.fTable.fFirst; in table_write_xml()
|
D | parse.cpp | 662 current = list->fFirst; in resLookup()
|
/external/chromium_org/third_party/icu/source/tools/genrb/ |
D | reslist.c | 245 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) { in array_write16() 254 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) { in array_write16() 280 for (current = res->u.fTable.fFirst; current != NULL; current = current->fNext) { in table_write16() 318 for (current = res->u.fTable.fFirst; current != NULL; current = current->fNext) { in table_write16() 321 for (current = res->u.fTable.fFirst; current != NULL; current = current->fNext) { in table_write16() 406 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) { in array_preWrite() 422 for (current = res->u.fTable.fFirst; current != NULL; current = current->fNext) { in table_preWrite() 521 for (i = 0, current = res->u.fArray.fFirst; current != NULL; ++i, current = current->fNext) { in array_write() 527 for (current = res->u.fArray.fFirst; current != NULL; current = current->fNext) { in array_write() 572 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 | 339 current = res->u.fArray.fFirst; in array_write_java() 349 current = res->u.fArray.fFirst; in array_write_java() 530 save = current = res->u.fTable.fFirst; in table_write_java()
|
D | wrtxml.cpp | 681 current = res->u.fArray.fFirst; in array_write_xml() 926 save = current = res->u.fTable.fFirst; in table_write_xml()
|
D | parse.c | 644 current = list->fFirst; in resLookup()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | zstrfmt.cpp | 1981 : fCapacity(capacity), fFirst(NULL) { in ZSFCache() 1985 ZSFCacheEntry *entry = fFirst; in ~ZSFCache() 2002 entry = fFirst; in get() 2011 if (entry != fFirst) { in get() 2013 entry->fNext = fFirst; in get() 2014 fFirst = entry; in get() 2038 entry = fFirst; in get() 2047 if (entry != fFirst) { in get() 2049 entry->fNext = fFirst; in get() 2050 fFirst = entry; in get() [all …]
|
D | zstrfmt.h | 519 ZSFCacheEntry *fFirst; variable
|
/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/chromium_org/third_party/skia/include/core/ |
D | SkPathEffect.h | 95 SkPath fFirst; // If not empty, contains geometry for first point variable
|
/external/skia/include/core/ |
D | SkPathEffect.h | 95 SkPath fFirst; // If not empty, contains geometry for first point variable
|
/external/skia/src/effects/ |
D | SkDashPathEffect.cpp | 168 results->fFirst.addRect(x - halfWidth, y - halfHeight, in asPoints()
|
/external/chromium_org/third_party/skia/src/effects/ |
D | SkDashPathEffect.cpp | 168 results->fFirst.addRect(x - halfWidth, y - halfHeight, in asPoints()
|
/external/skia/src/core/ |
D | SkDraw.cpp | 650 if (!pointData.fFirst.isEmpty()) { in drawPoints() 652 fDevice->drawPath(*this, pointData.fFirst, newP); in drawPoints() 654 this->drawPath(pointData.fFirst, newP); in drawPoints()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkDraw.cpp | 650 if (!pointData.fFirst.isEmpty()) { in drawPoints() 652 fDevice->drawPath(*this, pointData.fFirst, newP); in drawPoints() 654 this->drawPath(pointData.fFirst, newP); in drawPoints()
|