Home
last modified time | relevance | path

Searched refs:allocateAshmemBitmap (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/hwui/
DBitmap.h75 static sk_sp<Bitmap> allocateAshmemBitmap(SkBitmap* bitmap);
179 static sk_sp<Bitmap> allocateAshmemBitmap(size_t size, const SkImageInfo& i, size_t rowBytes);
DBitmap.cpp120 sk_sp<Bitmap> Bitmap::allocateAshmemBitmap(SkBitmap* bitmap) { in allocateAshmemBitmap() function in android::Bitmap
121 return allocateBitmap(bitmap, &Bitmap::allocateAshmemBitmap); in allocateAshmemBitmap()
124 sk_sp<Bitmap> Bitmap::allocateAshmemBitmap(size_t size, const SkImageInfo& info, size_t rowBytes) { in allocateAshmemBitmap() function in android::Bitmap
DImageDecoder.cpp558 nativeBitmap = Bitmap::allocateAshmemBitmap(&bm); in extractGainmap()
/frameworks/base/libs/hwui/jni/
DImageDecoder.cpp344 nativeBitmap = Bitmap::allocateAshmemBitmap(&bm); in ImageDecoder_nDecodeBitmap()
DGraphics.cpp744 mStorage = android::Bitmap::allocateAshmemBitmap(bitmap); in allocPixelRef()