OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fStorageObj
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/graphics/
GraphicsJNI.h
130
jbyteArray
fStorageObj
; // The Java byte[] object used as the bitmap backing store
131
bool fHasGlobalRef; // If true,
fStorageObj
holds a JNI global ref
172
jbyteArray getStorageObj() { return
fStorageObj
; }
178
jbyteArray result =
fStorageObj
;
179
fStorageObj
= NULL;
187
jbyteArray
fStorageObj
;
Graphics.cpp
447
fStorageObj
= storageObj;
465
fStorageObj
= NULL;
477
if (
fStorageObj
&& fHasGlobalRef) {
478
env->DeleteGlobalRef(
fStorageObj
);
480
fStorageObj
= NULL;
485
return fWrappedPixelRef->
fStorageObj
;
487
return
fStorageObj
;
495
fStorageObj
= arr;
513
if (localref)
fStorageObj
= (jbyteArray) localref;
515
if (
fStorageObj
== NULL)
[
all
...]
Completed in 97 milliseconds