Searched refs:JavaPixelAllocator (Results 1 – 5 of 5) sorted by relevance
76 class JavaPixelAllocator : public SkBitmap::Allocator {78 JavaPixelAllocator(JNIEnv* env, bool reportSizeToVM);
82 JavaPixelAllocator *javaAllocator = new JavaPixelAllocator(env, true); in doBuildTileIndex()
520 JavaPixelAllocator::JavaPixelAllocator(JNIEnv* env, bool reportSizeToVM) in JavaPixelAllocator() function in JavaPixelAllocator528 bool JavaPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef()
213 JavaPixelAllocator javaAllocator(env, reportSizeToVM); in doDecode()
243 JavaPixelAllocator allocator(env, true); in Bitmap_copy()