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

  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 126 jbyteArray getStorageObj();
190 jbyteArray getStorageObj() { return fStorageObj; }
192 /** Same as getStorageObj(), but also resets the allocator so that it
Bitmap.cpp 361 return GraphicsJNI::createBitmap(env, new SkBitmap(result), allocator.getStorageObj(),
700 return GraphicsJNI::createBitmap(env, dst, allocator.getStorageObj(),
    [all...]
BitmapFactory.cpp 451 return GraphicsJNI::createBitmap(env, outputBitmap, javaAllocator.getStorageObj(),
Graphics.cpp 535 jbyteArray AndroidPixelRef::getStorageObj() {

Completed in 39 milliseconds