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

/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp83 JavaPixelAllocator *javaAllocator = new JavaPixelAllocator(env);
242 JavaPixelAllocator* allocator = (JavaPixelAllocator*) decoder->getAllocator();
H A DGraphicsJNI.h126 class JavaPixelAllocator : public SkBitmap::Allocator { class in inherits:SkBitmap::Allocator
128 JavaPixelAllocator(JNIEnv* env);
129 ~JavaPixelAllocator();
H A DGraphics.cpp660 JavaPixelAllocator::JavaPixelAllocator(JNIEnv* env) { function in class:JavaPixelAllocator
665 JavaPixelAllocator::~JavaPixelAllocator() {
671 bool JavaPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) {
H A DBitmapFactory.cpp190 // HeapAllocator/JavaPixelAllocator behaves this way too
273 JavaPixelAllocator javaAllocator(env);
H A DBitmap.cpp752 JavaPixelAllocator allocator(env);
1153 JavaPixelAllocator allocator(env);

Completed in 417 milliseconds