Searched refs:bitmap_global_ref_ (Results 1 – 2 of 2) sorted by relevance
118 bitmap_global_ref_.Reset(env, jni_runtime_->NewBitmap(size).obj()); in AllocateBuffer()119 bitmap_.reset(new gfx::JavaBitmap(bitmap_global_ref_.obj())); in AllocateBuffer()120 jni_runtime_->UpdateFrameBitmap(bitmap_global_ref_.obj()); in AllocateBuffer()
79 base::android::ScopedJavaGlobalRef<jobject> bitmap_global_ref_; variable