Home
last modified time | relevance | path

Searched refs:AshmemPixelAllocator (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/hwui/jni/
H A DGraphicsJNI.h253 class AshmemPixelAllocator : public SkBitmap::Allocator {
255 explicit AshmemPixelAllocator(JNIEnv* env);
256 ~AshmemPixelAllocator() { }; in ~AshmemPixelAllocator()
H A DGraphics.cpp714 AshmemPixelAllocator::AshmemPixelAllocator(JNIEnv *env) { in AshmemPixelAllocator() function in AshmemPixelAllocator
719 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef()
H A DBitmap.cpp397 AshmemPixelAllocator allocator(env); in Bitmap_copyAshmemImpl()