Searched refs:JavaPixelAllocator (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DGraphicsJNI.h76 class JavaPixelAllocator : public SkBitmap::Allocator { class in inherits:SkBitmap::Allocator
78 JavaPixelAllocator(JNIEnv* env, bool reportSizeToVM);
H A DBitmapRegionDecoder.cpp82 JavaPixelAllocator *javaAllocator = new JavaPixelAllocator(env, true);
H A DGraphics.cpp520 JavaPixelAllocator::JavaPixelAllocator(JNIEnv* env, bool reportSizeToVM) function in class:JavaPixelAllocator
528 bool JavaPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) {
H A DBitmap.cpp243 JavaPixelAllocator allocator(env, true);
H A DBitmapFactory.cpp213 JavaPixelAllocator javaAllocator(env, reportSizeToVM);

Completed in 50 milliseconds