Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/private/
DSkTArray.h464 void initWithPreallocatedStorage(int count, void* preallocStorage, int preallocCount) { in initWithPreallocatedStorage() argument
467 SkASSERT(preallocStorage); in initWithPreallocatedStorage()
477 fMemArray = preallocStorage; in initWithPreallocatedStorage()
/third_party/skia/include/private/
DSkTArray.h476 void initWithPreallocatedStorage(int count, void* preallocStorage, int preallocCount) { in initWithPreallocatedStorage() argument
479 SkASSERT(preallocStorage); in initWithPreallocatedStorage()
489 fItemArray = (T*)preallocStorage; in initWithPreallocatedStorage()