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

Completed in 1714 milliseconds