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

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

Completed in 3455 milliseconds