Searched defs:AshmemPixelAllocator (Results 1 - 2 of 2) 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) {

Completed in 62 milliseconds