Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGraphicsJNI.h205 class AshmemPixelAllocator : public SkBitmap::Allocator {
207 explicit AshmemPixelAllocator(JNIEnv* env);
208 ~AshmemPixelAllocator() { }; in ~AshmemPixelAllocator()
DGraphics.cpp712 AshmemPixelAllocator::AshmemPixelAllocator(JNIEnv *env) { in AshmemPixelAllocator() function in AshmemPixelAllocator
717 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef()
DBitmap.cpp816 AshmemPixelAllocator allocator(env); in Bitmap_copyAshmemImpl()