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

/frameworks/base/core/jni/android/graphics/
H A DGraphicsJNI.h205 class AshmemPixelAllocator : public SkBitmap::Allocator { class in inherits:SkBitmap::Allocator
207 explicit AshmemPixelAllocator(JNIEnv* env);
208 ~AshmemPixelAllocator() { };
H A DGraphics.cpp720 AshmemPixelAllocator::AshmemPixelAllocator(JNIEnv *env) { function in class:AshmemPixelAllocator
725 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) {
H A DBitmap.cpp837 AshmemPixelAllocator allocator(env);

Completed in 730 milliseconds