Searched refs:JavaPixelAllocator (Results 1 – 5 of 5) sorted by relevance
86 JavaPixelAllocator *javaAllocator = new JavaPixelAllocator(env); in createBitmapRegionDecoder()252 JavaPixelAllocator* allocator = (JavaPixelAllocator*) decoder->getAllocator(); in nativeDecodeRegion()
138 class JavaPixelAllocator : public SkBitmap::Allocator {140 JavaPixelAllocator(JNIEnv* env);
569 JavaPixelAllocator::JavaPixelAllocator(JNIEnv* env) in JavaPixelAllocator() function in JavaPixelAllocator578 bool JavaPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef()
356 JavaPixelAllocator allocator(env); in Bitmap_copy()683 JavaPixelAllocator allocator(env); in Bitmap_extractAlpha()
287 JavaPixelAllocator javaAllocator(env); in doDecode()