Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DBitmap.cpp194 mPixelStorage.heap.address = address; in Bitmap()
195 mPixelStorage.heap.size = size; in Bitmap()
203 mPixelStorage.external.address = address; in Bitmap()
204 mPixelStorage.external.context = context; in Bitmap()
205 mPixelStorage.external.freeFunc = freeFunc; in Bitmap()
212 mPixelStorage.ashmem.address = address; in Bitmap()
213 mPixelStorage.ashmem.fd = fd; in Bitmap()
214 mPixelStorage.ashmem.size = mappedSize; in Bitmap()
224 mPixelStorage.hardware.buffer = buffer; in Bitmap()
234 mPixelStorage.external.freeFunc(mPixelStorage.external.address, in ~Bitmap()
[all …]
DBitmap.h171 } mPixelStorage; variable