Home
last modified time | relevance | path

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

/frameworks/base/core/jni/android/graphics/
DBitmapRegionDecoder.cpp83 JavaPixelAllocator *javaAllocator = new JavaPixelAllocator(env); in createBitmapRegionDecoder()
242 JavaPixelAllocator* allocator = (JavaPixelAllocator*) decoder->getAllocator(); in nativeDecodeRegion()
DGraphicsJNI.h126 class JavaPixelAllocator : public SkBitmap::Allocator {
128 JavaPixelAllocator(JNIEnv* env);
129 ~JavaPixelAllocator();
DGraphics.cpp660 JavaPixelAllocator::JavaPixelAllocator(JNIEnv* env) { in JavaPixelAllocator() function in JavaPixelAllocator
665 JavaPixelAllocator::~JavaPixelAllocator() { in ~JavaPixelAllocator()
671 bool JavaPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) { in allocPixelRef()
DBitmapFactory.cpp273 JavaPixelAllocator javaAllocator(env); in doDecode()
DBitmap.cpp751 JavaPixelAllocator allocator(env); in Bitmap_copy()
1152 JavaPixelAllocator allocator(env); in Bitmap_extractAlpha()