Searched refs:allocateAshmemBitmap (Results 1 – 4 of 4) sorted by relevance
66 static sk_sp<Bitmap> allocateAshmemBitmap(SkBitmap* bitmap);132 static sk_sp<Bitmap> allocateAshmemBitmap(size_t size, const SkImageInfo& i, size_t rowBytes);
74 sk_sp<Bitmap> Bitmap::allocateAshmemBitmap(SkBitmap* bitmap) { in allocateAshmemBitmap() function in android::Bitmap75 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
294 nativeBitmap = Bitmap::allocateAshmemBitmap(&bm); in ImageDecoder_nDecodeBitmap()391 scaledPixelRef = Bitmap::allocateAshmemBitmap(&scaledBm); in ImageDecoder_nDecodeBitmap()
601 mStorage = android::Bitmap::allocateAshmemBitmap(bitmap); in allocPixelRef()