Home
last modified time | relevance | path

Searched refs:getStorageObj (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DGraphicsJNI.h108 jbyteArray getStorageObj();
172 jbyteArray getStorageObj() { return fStorageObj; } in getStorageObj() function
DBitmap.cpp332 return GraphicsJNI::createBitmap(env, new SkBitmap(result), allocator.getStorageObj(), in Bitmap_copy()
609 return GraphicsJNI::createBitmap(env, dst, allocator.getStorageObj(), in Bitmap_extractAlpha()
DBitmapFactory.cpp486 return GraphicsJNI::createBitmap(env, outputBitmap, javaAllocator.getStorageObj(), in doDecode()
DGraphics.cpp483 jbyteArray AndroidPixelRef::getStorageObj() { in getStorageObj() function in AndroidPixelRef