Searched refs:endRecording (Results 1 - 8 of 8) sorted by last modified time

/frameworks/base/graphics/java/android/graphics/
H A DCanvas.java1902 * {@link Picture#endRecording} in order to prepare for playback.
1907 picture.endRecording();
H A DPicture.java72 * To stop recording, call endRecording(). After endRecording() the Canvas
83 * Call endRecording when the picture is built. After this call, the picture
88 public void endRecording() { method in class:Picture
120 * {@link Picture#endRecording()} in order to prepare for playback.
131 endRecording();
/frameworks/base/libs/hwui/tests/
H A Dmain.cpp48 static void endRecording(DisplayListRenderer* renderer, RenderNode* node) { function
64 endRecording(renderer, node.get());
110 endRecording(renderer, rootNode);
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java810 picture.endRecording();
/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp52 void Picture::endRecording() { function in class:android::Picture
54 mPicture.reset(mRecorder->endRecording());
103 this->endRecording();
119 return reRecorder.endRecording();
H A DPicture.h42 void endRecording();
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfDocument.cpp88 mCurrentPage->mPicture = mCurrentPage->mPictureRecorder->endRecording();
/frameworks/base/core/jni/
H A Dandroid_graphics_Picture.cpp93 pict->endRecording();

Completed in 172 milliseconds