Home
last modified time | relevance | path

Searched refs:fReserveCount (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
DSkTArray.h66 fReserveCount = gMIN_ALLOC_COUNT; in SkTArray()
382 fReserveCount = (preAllocOrReserveCount > 0) ? in init()
386 if (fReserveCount >= fCount && in init()
388 fAllocCount = fReserveCount; in init()
391 fAllocCount = SkMax32(fCount, fReserveCount); in init()
423 newAllocCount = SkMax32(newCount + ((newCount + 1) >> 1), fReserveCount); in checkRealloc()
430 if (fAllocCount == fReserveCount && fPreAllocMemArray) { in checkRealloc()
455 int fReserveCount; variable
/external/skia/include/core/
DSkTArray.h66 fReserveCount = gMIN_ALLOC_COUNT; in SkTArray()
382 fReserveCount = (preAllocOrReserveCount > 0) ? in init()
386 if (fReserveCount >= fCount && in init()
388 fAllocCount = fReserveCount; in init()
391 fAllocCount = SkMax32(fCount, fReserveCount); in init()
423 newAllocCount = SkMax32(newCount + ((newCount + 1) >> 1), fReserveCount); in checkRealloc()
430 if (fAllocCount == fReserveCount && NULL != fPreAllocMemArray) { in checkRealloc()
455 int fReserveCount; variable