Searched refs:AshmemPixelAllocator (Results 1 – 3 of 3) sorted by relevance
212 class AshmemPixelAllocator : public SkBitmap::Allocator {214 explicit AshmemPixelAllocator(JNIEnv* env);215 ~AshmemPixelAllocator() { }; in ~AshmemPixelAllocator()
595 AshmemPixelAllocator::AshmemPixelAllocator(JNIEnv *env) { in AshmemPixelAllocator() function in AshmemPixelAllocator600 bool AshmemPixelAllocator::allocPixelRef(SkBitmap* bitmap) { in allocPixelRef()
441 AshmemPixelAllocator allocator(env); in Bitmap_copyAshmemImpl()