Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DGraphicsJNI.h251 class AshmemPixelAllocator : public SkBitmap::Allocator {
253 explicit AshmemPixelAllocator(JNIEnv* env);
254 ~AshmemPixelAllocator() { }; in ~AshmemPixelAllocator()
DGraphics.cpp738 AshmemPixelAllocator::AshmemPixelAllocator(JNIEnv *env) { in AshmemPixelAllocator() function in AshmemPixelAllocator
743 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef()
DBitmap.cpp417 AshmemPixelAllocator allocator(env); in Bitmap_copyAshmemImpl()