Home
last modified time | relevance | path

Searched refs:Heap (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/hwui/
DBitmap.cpp231 , mPixelStorageType(PixelStorageType::Heap) { in Bitmap()
282 case PixelStorageType::Heap: in ~Bitmap()
312 case PixelStorageType::Heap: in getStorage()
330 case PixelStorageType::Heap: in getAllocationByteCount()
DBitmap.h36 Heap, enumerator
/frameworks/base/libs/hwui/jni/
DBitmap.cpp199 bool fromMalloc = bitmap->pixelStorageType() == PixelStorageType::Heap; in createBitmap()