Searched refs:preallocCount (Results 1 – 2 of 2) sorted by relevance
460 void initWithPreallocatedStorage(int count, void* preallocStorage, int preallocCount) { in initWithPreallocatedStorage() argument462 SkASSERT(preallocCount > 0); in initWithPreallocatedStorage()467 if (count > preallocCount) { in initWithPreallocatedStorage()472 fAllocCount = preallocCount; in initWithPreallocatedStorage()
476 void initWithPreallocatedStorage(int count, void* preallocStorage, int preallocCount) { in initWithPreallocatedStorage() argument478 SkASSERT(preallocCount > 0); in initWithPreallocatedStorage()483 if (count > preallocCount) { in initWithPreallocatedStorage()488 fAllocCount = preallocCount; in initWithPreallocatedStorage()