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 108 jbyteArray getStorageObj();
172 jbyteArray getStorageObj() { return fStorageObj; }
174 /** Same as getStorageObj(), but also resets the allocator so that it
Bitmap.cpp 332 return GraphicsJNI::createBitmap(env, new SkBitmap(result), allocator.getStorageObj(),
609 return GraphicsJNI::createBitmap(env, dst, allocator.getStorageObj(),
BitmapFactory.cpp 486 return GraphicsJNI::createBitmap(env, outputBitmap, javaAllocator.getStorageObj(),
Graphics.cpp 483 jbyteArray AndroidPixelRef::getStorageObj() {

Completed in 240 milliseconds