Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkTArray.h94 if (fOwnMemory) { in ~SkTArray()
148 fReserved = fOwnMemory; in reserve()
306 if (fOwnMemory && that.fOwnMemory) { in swap()
450 fOwnMemory = true;
455 fOwnMemory = true;
470 fOwnMemory = true; in initWithPreallocatedStorage()
474 fOwnMemory = false; in initWithPreallocatedStorage()
532 bool shouldShrink = fAllocCount > 3 * newCount && fOwnMemory && !fReserved; in checkRealloc()
552 if (fOwnMemory) { in checkRealloc()
557 fOwnMemory = true; in checkRealloc()
[all …]
/external/skqp/include/private/
DSkTArray.h94 if (fOwnMemory) { in ~SkTArray()
148 fReserved = fOwnMemory; in reserve()
306 if (fOwnMemory && that.fOwnMemory) { in swap()
450 fOwnMemory = true;
455 fOwnMemory = true;
470 fOwnMemory = true; in initWithPreallocatedStorage()
474 fOwnMemory = false; in initWithPreallocatedStorage()
532 bool shouldShrink = fAllocCount > 3 * newCount && fOwnMemory && !fReserved; in checkRealloc()
552 if (fOwnMemory) { in checkRealloc()
557 fOwnMemory = true; in checkRealloc()
[all …]