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

/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp40 Canvas* Picture::beginRecording(int width, int height) { function in class:android::Picture
45 SkCanvas* canvas = mRecorder->beginRecording(SkIntToScalar(width), SkIntToScalar(height));
87 recorder.beginRecording(0, 0);
107 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)
74 * To record a picture, call beginRecording() and then draw into the Canvas
81 public Canvas beginRecording(int width, int height) { method in class:Picture
93 * may be drawn, but the canvas that was returned by beginRecording must not
106 * Get the width of the picture as passed to beginRecording. This
114 * Get the height of the picture as passed to beginRecording. This

Completed in 485 milliseconds