Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DPicture.java40 private long mNativePicture; field in Picture
58 this(nativeConstructor(src != null ? src.mNativePicture : 0)); in Picture()
66 mNativePicture = nativePicture; in Picture()
77 if (mNativePicture != 0) { in close()
78 nativeDestructor(mNativePicture); in close()
79 mNativePicture = 0; in close()
93 if (mNativePicture == 0) { in verifyValid()
112 long ni = nativeBeginRecording(mNativePicture, width, height); in beginRecording()
129 nativeEndRecording(mNativePicture); in endRecording()
139 return nativeGetWidth(mNativePicture); in getWidth()
[all …]