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

/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp50 void Picture::endRecording() { function in class:android::Picture
52 mPicture.reset(mRecorder->endRecording());
93 std::unique_ptr<SkPicture> empty(recorder.endRecording());
100 this->endRecording();
116 return reRecorder.endRecording();
H A DPicture.h43 void endRecording();
/frameworks/base/graphics/java/android/graphics/
H A DPicture.java73 * To stop recording, call endRecording(). After endRecording() the Canvas
84 * Call endRecording when the picture is built. After this call, the picture
89 public void endRecording() { method in class:Picture
121 * {@link Picture#endRecording()} in order to prepare for playback.
127 endRecording();
H A DCanvas.java1930 * {@link Picture#endRecording} in order to prepare for playback.
1935 picture.endRecording();
/frameworks/base/libs/hwui/tests/unit/
H A DSkiaCanvasTests.cpp48 SkAutoTUnref<const SkPicture> picture(recorder.endRecording());
/frameworks/base/core/jni/
H A Dandroid_graphics_Picture.cpp91 pict->endRecording();
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfDocument.cpp84 mCurrentPage->mPicture = mCurrentPage->mPictureRecorder->endRecording();

Completed in 2532 milliseconds