Home
last modified time | relevance | path

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

/third_party/skia/include/private/
DSkTArray.h548 bool shouldShrink = fAllocCount > 3 * newCount && fOwnMemory && !fReserved; in checkRealloc() local
549 if (!mustGrow && !shouldShrink) { in checkRealloc()