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

/frameworks/base/core/jni/android/graphics/
H A DBitmapRegionDecoder.cpp81 JavaPixelAllocator *javaAllocator = new JavaPixelAllocator(env);
258 JavaPixelAllocator* allocator = (JavaPixelAllocator*) decoder->getAllocator();
H A DGraphicsJNI.h137 class JavaPixelAllocator : public SkBitmap::Allocator { class in inherits:SkBitmap::Allocator
139 JavaPixelAllocator(JNIEnv* env);
H A DGraphics.cpp509 JavaPixelAllocator::JavaPixelAllocator(JNIEnv* env) function in class:JavaPixelAllocator
518 bool JavaPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) {
H A DBitmap.cpp245 JavaPixelAllocator allocator(env);
490 JavaPixelAllocator allocator(env);
H A DBitmapFactory.cpp210 JavaPixelAllocator javaAllocator(env);

Completed in 42 milliseconds