Searched refs:initWithPreallocatedStorage (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/include/private/ |
D | SkTArray.h | 409 this->initWithPreallocatedStorage(0, storage->get(), N); in SkTArray() 419 this->initWithPreallocatedStorage(array.fCount, storage->get(), N); in SkTArray() 430 this->initWithPreallocatedStorage(array.fCount, storage->get(), N); in SkTArray() 442 this->initWithPreallocatedStorage(count, storage->get(), N); in SkTArray() 464 void initWithPreallocatedStorage(int count, void* preallocStorage, int preallocCount) { in initWithPreallocatedStorage() function
|
/third_party/skia/include/private/ |
D | SkTArray.h | 448 this->initWithPreallocatedStorage(0, storage->get(), N); in SkTArray() 458 this->initWithPreallocatedStorage(count, storage->get(), N); in SkTArray() 476 void initWithPreallocatedStorage(int count, void* preallocStorage, int preallocCount) { in initWithPreallocatedStorage() function
|