OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mnativepicture
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/graphics/java/android/graphics/
Picture.java
32
private final int
mNativePicture
;
54
this(nativeConstructor(src != null ? src.
mNativePicture
: 0), false);
66
int ni = nativeBeginRecording(
mNativePicture
, width, height);
80
nativeEndRecording(
mNativePicture
);
110
nativeDraw(canvas.mNativeCanvas,
mNativePicture
);
153
if (!nativeWriteToStream(
mNativePicture
, stream,
161
nativeDestructor(
mNativePicture
);
168
return
mNativePicture
;
175
mNativePicture
= nativePicture;
/frameworks/base/core/jni/android/graphics/
Graphics.cpp
688
gPicture_nativeInstanceID = getFieldIDCheck(env, gPicture_class, "
mNativePicture
", "I");
/dalvik/hit/samples/
android.hprof
[
all
...]
Completed in 144 milliseconds