Searched refs:beginRecording (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp41 Canvas* Picture::beginRecording(int width, int height) { function in class:android::Picture
46 SkCanvas* canvas = mRecorder->beginRecording(width, height, NULL, 0);
92 recorder.beginRecording(0, 0);
114 SkCanvas* canvas = reRecorder.beginRecording(mWidth, mHeight, NULL, 0);
H A DPicture.h41 Canvas* beginRecording(int width, int height);
/frameworks/base/libs/hwui/tests/unit/
H A DSkiaCanvasTests.cpp45 SkCanvas* skCanvas = recorder.beginRecording(200, 200, NULL, 0);
/frameworks/base/graphics/java/android/graphics/
H A DPicture.java23 * A Picture records drawing calls (via the canvas returned by beginRecording)
70 * To record a picture, call beginRecording() and then draw into the Canvas
77 public Canvas beginRecording(int width, int height) { method in class:Picture
85 * may be drawn, but the canvas that was returned by beginRecording must not
97 * Get the width of the picture as passed to beginRecording. This
105 * Get the height of the picture as passed to beginRecording. This
/frameworks/base/core/jni/
H A Dandroid_graphics_Picture.cpp85 Canvas* canvas = pict->beginRecording(w, h);
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfDocument.cpp74 SkCanvas* canvas = page->mPictureRecorder->beginRecording(

Completed in 720 milliseconds