Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkTArray.h69 fPreAllocMemArray = NULL; in SkTArray()
114 if (fMemArray != fPreAllocMemArray) { in ~SkTArray()
279 if (this->fPreAllocMemArray != this->fItemArray && in swap()
280 that->fPreAllocMemArray != that->fItemArray) { in swap()
405 fPreAllocMemArray = preAllocStorage; in init()
450 if (fAllocCount == fReserveCount && fPreAllocMemArray) { in checkRealloc()
451 newMemArray = (char*) fPreAllocMemArray; in checkRealloc()
458 if (fMemArray != fPreAllocMemArray) { in checkRealloc()
478 void* fPreAllocMemArray; variable