Searched refs:AshmemPixelAllocator (Results 1 – 3 of 3) sorted by relevance
257 class AshmemPixelAllocator : public SkBitmap::Allocator {259 explicit AshmemPixelAllocator(JNIEnv* env);260 ~AshmemPixelAllocator() { }; in ~AshmemPixelAllocator()
728 AshmemPixelAllocator::AshmemPixelAllocator(JNIEnv *env) { in AshmemPixelAllocator() function in AshmemPixelAllocator733 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef()
423 AshmemPixelAllocator allocator(env); in Bitmap_copyAshmemImpl()