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

/frameworks/base/core/jni/android/graphics/
H A DGraphicsJNI.h216 class AshmemPixelAllocator : public SkBitmap::Allocator { class in inherits:SkBitmap::Allocator
218 AshmemPixelAllocator(JNIEnv* env);
219 ~AshmemPixelAllocator();
H A DGraphics.cpp768 AshmemPixelAllocator::AshmemPixelAllocator(JNIEnv *env) { function in class:AshmemPixelAllocator
773 AshmemPixelAllocator::~AshmemPixelAllocator() {
779 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) {
H A DBitmap.cpp758 AshmemPixelAllocator allocator(env);

Completed in 67 milliseconds