Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/hwui/
DBitmap.h66 static sk_sp<Bitmap> allocateAshmemBitmap(SkBitmap* bitmap);
132 static sk_sp<Bitmap> allocateAshmemBitmap(size_t size, const SkImageInfo& i, size_t rowBytes);
DBitmap.cpp74 sk_sp<Bitmap> Bitmap::allocateAshmemBitmap(SkBitmap* bitmap) { in allocateAshmemBitmap() function in android::Bitmap
75 return allocateBitmap(bitmap, &Bitmap::allocateAshmemBitmap); in allocateAshmemBitmap()
78 sk_sp<Bitmap> Bitmap::allocateAshmemBitmap(size_t size, const SkImageInfo& info, size_t rowBytes) { in allocateAshmemBitmap() function in android::Bitmap
/frameworks/base/core/jni/android/graphics/
DImageDecoder.cpp294 nativeBitmap = Bitmap::allocateAshmemBitmap(&bm); in ImageDecoder_nDecodeBitmap()
391 scaledPixelRef = Bitmap::allocateAshmemBitmap(&scaledBm); in ImageDecoder_nDecodeBitmap()
DGraphics.cpp601 mStorage = android::Bitmap::allocateAshmemBitmap(bitmap); in allocPixelRef()