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

/frameworks/base/core/jni/android/graphics/
H A DGraphicsJNI.h128 class JavaPixelAllocator : public SkBRDAllocator { class in inherits:SkBRDAllocator
130 JavaPixelAllocator(JNIEnv* env);
131 ~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 DBitmapRegionDecoder.cpp165 JavaPixelAllocator javaAlloc(env);
H A DBitmapFactory.cpp197 // HeapAllocator/JavaPixelAllocator behaves this way too
343 JavaPixelAllocator javaAllocator(env);
H A DBitmap.cpp745 JavaPixelAllocator allocator(env);
1167 JavaPixelAllocator allocator(env);

Completed in 104 milliseconds