Searched refs:fMemArray (Results 1 – 1 of 1) sorted by relevance
47 that.move(fMemArray); in SkTArray()84 that.move(fMemArray);94 sk_free(fMemArray); in ~SkTArray()421 array.move(fMemArray); in SkTArray()443 fMemArray = nullptr;448 fMemArray = sk_malloc_throw(fAllocCount, sizeof(T));459 fMemArray = nullptr; in initWithPreallocatedStorage()463 fMemArray = sk_malloc_throw(fAllocCount, sizeof(T)); in initWithPreallocatedStorage()467 fMemArray = preallocStorage; in initWithPreallocatedStorage()489 sk_careful_memcpy(dst, fMemArray, fCount * sizeof(T)); in SK_WHEN()[all …]