Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkTArray.h524 bool mustGrow = newCount > fAllocCount; in checkRealloc() local
526 if (!mustGrow && !shouldShrink) { in checkRealloc()