Searched refs:AshmemPixelAllocator (Results 1 – 3 of 3) sorted by relevance
253 class AshmemPixelAllocator : public SkBitmap::Allocator {255 explicit AshmemPixelAllocator(JNIEnv* env);256 ~AshmemPixelAllocator() { }; in ~AshmemPixelAllocator()
714 AshmemPixelAllocator::AshmemPixelAllocator(JNIEnv *env) { in AshmemPixelAllocator() function in AshmemPixelAllocator719 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef()
397 AshmemPixelAllocator allocator(env); in Bitmap_copyAshmemImpl()