Searched refs:endRecording (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp95 static void endRecording(JNIEnv* env, jobject, SkPicture* pict) { function in class:android::SkPictureGlue
96 pict->endRecording();
106 {"nativeEndRecording", "(I)V", (void*) SkPictureGlue::endRecording},
/frameworks/base/graphics/java/android/graphics/
H A DPicture.java61 * To stop recording, call endRecording(). After endRecording() the Canvas
72 * Call endRecording when the picture is built. After this call, the picture
77 public void endRecording() { method in class:Picture
102 * {@link Picture#endRecording()} in order to prepare for playback.
108 endRecording();
H A DCanvas.java1655 * {@link Picture#endRecording} in order to prepare for playback.
1660 picture.endRecording();
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfDocument.cpp78 mCurrentPage->mPicture->endRecording();
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java1091 picture.endRecording();

Completed in 149 milliseconds