Searched defs:beginRecording (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp39 Canvas* Picture::beginRecording(int width, int height) { function in class:android::Picture
44 SkCanvas* canvas = mRecorder->beginRecording(width, height, NULL, 0);
117 SkCanvas* canvas = reRecorder.beginRecording(mWidth, mHeight, NULL, 0);
/frameworks/base/graphics/java/android/graphics/
H A DPicture.java23 * A Picture records drawing calls (via the canvas returned by beginRecording)
69 * To record a picture, call beginRecording() and then draw into the Canvas
76 public Canvas beginRecording(int width, int height) { method in class:Picture
84 * may be drawn, but the canvas that was returned by beginRecording must not
96 * Get the width of the picture as passed to beginRecording. This
104 * Get the height of the picture as passed to beginRecording. This

Completed in 77 milliseconds