Home
last modified time | relevance | path

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

/external/skia/legacy/include/core/
DSkTArray.h59 fPreAllocMemArray = NULL; in SkTArray()
104 if (fMemArray != fPreAllocMemArray) { in ~SkTArray()
308 fPreAllocMemArray = preAllocStorage; in init()
346 if (fAllocCount == fReserveCount && NULL != fPreAllocMemArray) { in checkRealloc()
347 newMemArray = (char*) fPreAllocMemArray; in checkRealloc()
354 if (fMemArray != fPreAllocMemArray) { in checkRealloc()
370 void* fPreAllocMemArray; variable
/external/skia/include/core/
DSkTArray.h59 fPreAllocMemArray = NULL; in SkTArray()
104 if (fMemArray != fPreAllocMemArray) { in ~SkTArray()
308 fPreAllocMemArray = preAllocStorage; in init()
344 if (fAllocCount == fReserveCount && NULL != fPreAllocMemArray) { in checkRealloc()
345 newMemArray = (char*) fPreAllocMemArray; in checkRealloc()
352 if (fMemArray != fPreAllocMemArray) { in checkRealloc()
368 void* fPreAllocMemArray; variable