Searched refs:initWithPreallocatedStorage (Results 1 – 2 of 2) sorted by relevance
/external/skia/include/private/ |
D | SkTArray.h | 405 this->initWithPreallocatedStorage(0, storage->get(), N); in SkTArray() 415 this->initWithPreallocatedStorage(array.fCount, storage->get(), N); in SkTArray() 426 this->initWithPreallocatedStorage(array.fCount, storage->get(), N); in SkTArray() 438 this->initWithPreallocatedStorage(count, storage->get(), N); in SkTArray() 460 void initWithPreallocatedStorage(int count, void* preallocStorage, int preallocCount) { in initWithPreallocatedStorage() function
|
/external/skqp/include/private/ |
D | SkTArray.h | 405 this->initWithPreallocatedStorage(0, storage->get(), N); in SkTArray() 415 this->initWithPreallocatedStorage(array.fCount, storage->get(), N); in SkTArray() 426 this->initWithPreallocatedStorage(array.fCount, storage->get(), N); in SkTArray() 438 this->initWithPreallocatedStorage(count, storage->get(), N); in SkTArray() 460 void initWithPreallocatedStorage(int count, void* preallocStorage, int preallocCount) { in initWithPreallocatedStorage() function
|