Home
last modified time | relevance | path

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

/external/skqp/include/private/
DSkTArray.h460 void initWithPreallocatedStorage(int count, void* preallocStorage, int preallocCount) { in initWithPreallocatedStorage() argument
462 SkASSERT(preallocCount > 0); in initWithPreallocatedStorage()
467 if (count > preallocCount) { in initWithPreallocatedStorage()
472 fAllocCount = preallocCount; in initWithPreallocatedStorage()
/external/skia/include/private/
DSkTArray.h476 void initWithPreallocatedStorage(int count, void* preallocStorage, int preallocCount) { in initWithPreallocatedStorage() argument
478 SkASSERT(preallocCount > 0); in initWithPreallocatedStorage()
483 if (count > preallocCount) { in initWithPreallocatedStorage()
488 fAllocCount = preallocCount; in initWithPreallocatedStorage()