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

  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 400 AndroidPixelRef::AndroidPixelRef(JNIEnv* env, void* storage, size_t size, jbyteArray storageObj,
418 AndroidPixelRef::~AndroidPixelRef() {
433 void AndroidPixelRef::setLocalJNIRef(jbyteArray arr) {
439 void AndroidPixelRef::globalRef(void* localref) {
463 void AndroidPixelRef::globalUnref() {
496 SkPixelRef* pr = new AndroidPixelRef(env, (void*) addr, size, arrayObj, ctable);
535 ((AndroidPixelRef*) fNativeBitmap->pixelRef())->setLocalJNIRef(fBuffer);
541 ((AndroidPixelRef*) fNativeBitmap->pixelRef())->setLocalJNIRef(NULL)
    [all...]
GraphicsJNI.h 79 class AndroidPixelRef : public SkMallocPixelRef {
81 AndroidPixelRef(JNIEnv* env, void* storage, size_t size, jbyteArray storageObj,
84 virtual ~AndroidPixelRef();
117 * AndroidPixelRef::globalRef() will allocate a JNI global reference

Completed in 221 milliseconds