Searched refs:getStorageObj (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DGraphicsJNI.h86 jbyteArray getStorageObj() { return fStorageObj; } function in class:AndroidPixelRef
148 jbyteArray getStorageObj() { return fStorageObj; } function in class:JavaPixelAllocator
150 /** Same as getStorageObj(), but also resets the allocator so that it
H A DBitmap.cpp251 return GraphicsJNI::createBitmap(env, new SkBitmap(result), allocator.getStorageObj(), isMutable, NULL, NULL);
507 return GraphicsJNI::createBitmap(env, dst, allocator.getStorageObj(), true, NULL, NULL);
H A DBitmapFactory.cpp391 return GraphicsJNI::createBitmap(env, bitmap, javaAllocator.getStorageObj(),

Completed in 56 milliseconds