Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkTArray.h539 int64_t newAllocCount = newCount + ((newCount + 1) >> 1); in checkRealloc() local
542 newAllocCount = (newAllocCount + (kMinHeapAllocCount - 1)) & ~(kMinHeapAllocCount - 1); in checkRealloc()
544 if (newAllocCount == fAllocCount) { in checkRealloc()
548 fAllocCount = Sk64_pin_to_s32(newAllocCount); in checkRealloc()
/external/skqp/include/private/
DSkTArray.h539 int64_t newAllocCount = newCount + ((newCount + 1) >> 1); in checkRealloc() local
542 newAllocCount = (newAllocCount + (kMinHeapAllocCount - 1)) & ~(kMinHeapAllocCount - 1); in checkRealloc()
544 if (newAllocCount == fAllocCount) { in checkRealloc()
548 fAllocCount = Sk64_pin_to_s32(newAllocCount); in checkRealloc()