Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkTArray.h48 that.move(fMemArray); in SkTArray()
85 that.move(fMemArray);
95 sk_free(fMemArray); in ~SkTArray()
427 array.move(fMemArray); in SkTArray()
449 fMemArray = nullptr;
454 fMemArray = sk_malloc_throw(fAllocCount, sizeof(T));
465 fMemArray = nullptr; in initWithPreallocatedStorage()
469 fMemArray = sk_malloc_throw(fAllocCount, sizeof(T)); in initWithPreallocatedStorage()
473 fMemArray = preallocStorage; in initWithPreallocatedStorage()
495 sk_careful_memcpy(dst, fMemArray, fCount * sizeof(T)); in SK_WHEN()
[all …]
/external/skqp/include/private/
DSkTArray.h48 that.move(fMemArray); in SkTArray()
85 that.move(fMemArray);
95 sk_free(fMemArray); in ~SkTArray()
427 array.move(fMemArray); in SkTArray()
449 fMemArray = nullptr;
454 fMemArray = sk_malloc_throw(fAllocCount, sizeof(T));
465 fMemArray = nullptr; in initWithPreallocatedStorage()
469 fMemArray = sk_malloc_throw(fAllocCount, sizeof(T)); in initWithPreallocatedStorage()
473 fMemArray = preallocStorage; in initWithPreallocatedStorage()
495 sk_careful_memcpy(dst, fMemArray, fCount * sizeof(T)); in SK_WHEN()
[all …]