HomeSort by relevance Sort by last modified time
    Searched refs:JavaPixelAllocator (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp 86 JavaPixelAllocator *javaAllocator = new JavaPixelAllocator(env);
251 JavaPixelAllocator* allocator = (JavaPixelAllocator*) decoder->getAllocator();
GraphicsJNI.h 179 class JavaPixelAllocator : public SkBitmap::Allocator {
181 JavaPixelAllocator(JNIEnv* env);
Graphics.cpp 638 JavaPixelAllocator::JavaPixelAllocator(JNIEnv* env)
647 bool JavaPixelAllocator::allocPixelRef(SkBitmap* bitmap, SkColorTable* ctable) {
Bitmap.cpp 356 JavaPixelAllocator allocator(env);
683 JavaPixelAllocator allocator(env);
    [all...]
BitmapFactory.cpp 199 // HeapAllocator/JavaPixelAllocator behaves this way too
285 JavaPixelAllocator javaAllocator(env);

Completed in 32 milliseconds