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 103 jbyteArray getStorageObj();
167 jbyteArray getStorageObj() { return fStorageObj; }
169 /** Same as getStorageObj(), but also resets the allocator so that it
Bitmap.cpp 332 return GraphicsJNI::createBitmap(env, new SkBitmap(result), allocator.getStorageObj(),
603 return GraphicsJNI::createBitmap(env, dst, allocator.getStorageObj(),
BitmapFactory.cpp 469 return GraphicsJNI::createBitmap(env, outputBitmap, javaAllocator.getStorageObj(),
Graphics.cpp 462 jbyteArray AndroidPixelRef::getStorageObj() {

Completed in 3713 milliseconds