Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkTArray.h33 fPreAllocMemArray = NULL; in SkTArray()
78 if (fMemArray != fPreAllocMemArray) { in ~SkTArray()
250 if (this->fPreAllocMemArray != this->fItemArray && in swap()
251 that->fPreAllocMemArray != that->fItemArray) { in swap()
376 fPreAllocMemArray = preAllocStorage; in init()
449 if (fAllocCount == fReserveCount && fPreAllocMemArray) { in checkRealloc()
450 newMemArray = (char*) fPreAllocMemArray; in checkRealloc()
457 if (fMemArray != fPreAllocMemArray) { in checkRealloc()
467 void* fPreAllocMemArray; variable