Searched refs:fOwnMemory (Results 1 – 2 of 2) sorted by relevance
60 if (that.fOwnMemory) { in SkTArray()64 fOwnMemory = true; in SkTArray()70 that.fOwnMemory = true; in SkTArray()126 if (fOwnMemory) { in ~SkTArray()180 fReserved = fOwnMemory; in reserve_back()338 if (fOwnMemory && that.fOwnMemory) { in swap()472 fOwnMemory = true; in init()486 fOwnMemory = true; in initWithPreallocatedStorage()490 fOwnMemory = false; in initWithPreallocatedStorage()548 bool shouldShrink = fAllocCount > 3 * newCount && fOwnMemory && !fReserved; in checkRealloc()[all …]
94 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 …]