Home
last modified time | relevance | path

Searched refs:getStorageObjAndReset (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/jni/
DGraphicsJNI.h181 android::Bitmap* getStorageObjAndReset() { in getStorageObjAndReset() function
256 android::Bitmap* getStorageObjAndReset() { in getStorageObjAndReset() function
DBitmap.cpp398 auto bitmap = allocator.getStorageObjAndReset(); in Bitmap_copy()
408 gainmap->bitmap = sk_sp<Bitmap>(destAllocator.getStorageObjAndReset()); in Bitmap_copy()
421 auto bitmap = allocator.getStorageObjAndReset(); in Bitmap_copyAshmemImpl()
913 return createBitmap(env, allocator.getStorageObjAndReset(), in Bitmap_extractAlpha()
DBitmapRegionDecoder.cpp369 Bitmap* heapBitmap = heapAlloc.getStorageObjAndReset(); in nativeDecodeRegion()
DBitmapFactory.cpp663 Bitmap* heapBitmap = defaultAllocator.getStorageObjAndReset(); in doDecode()