Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/private/
DSkTArray.h535 bool mustGrow = newCount > fAllocCount; in checkRealloc() local
537 if (!mustGrow && !shouldShrink) { in checkRealloc()
/third_party/skia/include/private/
DSkTArray.h547 bool mustGrow = newCount > fAllocCount; in checkRealloc() local
549 if (!mustGrow && !shouldShrink) { in checkRealloc()