Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/private/
DSkTArray.h409 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/
DSkTArray.h448 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