Home
last modified time | relevance | path

Searched refs:setLocalJNIRef (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DGraphics.cpp490 void AndroidPixelRef::setLocalJNIRef(jbyteArray arr) { in setLocalJNIRef() function in AndroidPixelRef
493 fWrappedPixelRef->setLocalJNIRef(arr); in setLocalJNIRef()
617 ((AndroidPixelRef*) fNativeBitmap->pixelRef())->setLocalJNIRef(fBuffer); in JavaHeapBitmapRef()
623 ((AndroidPixelRef*) fNativeBitmap->pixelRef())->setLocalJNIRef(NULL); in ~JavaHeapBitmapRef()
DGraphicsJNI.h110 void setLocalJNIRef(jbyteArray arr);