Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkTArray.h399 this->initWithPreallocatedStorage(0, storage->get(), N); in SkTArray()
409 this->initWithPreallocatedStorage(array.fCount, storage->get(), N); in SkTArray()
420 this->initWithPreallocatedStorage(array.fCount, storage->get(), N); in SkTArray()
432 this->initWithPreallocatedStorage(count, storage->get(), N); in SkTArray()
454 void initWithPreallocatedStorage(int count, void* preallocStorage, int preallocCount) { in initWithPreallocatedStorage() function