Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DGraphicsJNI.h147 class AshmemPixelAllocator : public SkBitmap::Allocator {
149 AshmemPixelAllocator(JNIEnv* env);
150 ~AshmemPixelAllocator();
DGraphics.cpp680 AshmemPixelAllocator::AshmemPixelAllocator(JNIEnv *env) { in AshmemPixelAllocator() function in AshmemPixelAllocator
685 AshmemPixelAllocator::~AshmemPixelAllocator() { in ~AshmemPixelAllocator()
691 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef()
DBitmap.cpp766 AshmemPixelAllocator allocator(env); in Bitmap_copyAshmem()