HomeSort by relevance Sort by last modified time
    Searched refs:newAllocCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkTArray.h 418 int newAllocCount = fAllocCount;
423 newAllocCount = SkMax32(newCount + ((newCount + 1) >> 1), fReserveCount);
425 if (newAllocCount != fAllocCount) {
427 fAllocCount = newAllocCount;
  /external/skia/include/core/
SkTArray.h 418 int newAllocCount = fAllocCount;
423 newAllocCount = SkMax32(newCount + ((newCount + 1) >> 1), fReserveCount);
425 if (newAllocCount != fAllocCount) {
427 fAllocCount = newAllocCount;

Completed in 60 milliseconds