Home
last modified time | relevance | path

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

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