Searched refs:newAllocCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkTArray.h418 int newAllocCount = fAllocCount; local
423 newAllocCount = SkMax32(newCount + ((newCount + 1) >> 1), fReserveCount);
425 if (newAllocCount != fAllocCount) {
427 fAllocCount = newAllocCount;
/external/skia/include/core/
H A DSkTArray.h418 int newAllocCount = fAllocCount; local
423 newAllocCount = SkMax32(newCount + ((newCount + 1) >> 1), fReserveCount);
425 if (newAllocCount != fAllocCount) {
427 fAllocCount = newAllocCount;

Completed in 73 milliseconds