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

/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp84 static SkCanvas* beginRecording(JNIEnv* env, jobject, SkPicture* pict, function in class:android::SkPictureGlue
86 // beginRecording does not ref its return value, it just returns it.
87 SkCanvas* canvas = pict->beginRecording(w, h);
105 {"nativeBeginRecording", "(III)I", (void*) SkPictureGlue::beginRecording},
/frameworks/base/graphics/java/android/graphics/
H A DPicture.java23 * A Picture records drawing calls (via the canvas returned by beginRecording)
58 * To record a picture, call beginRecording() and then draw into the Canvas
65 public Canvas beginRecording(int width, int height) { method in class:Picture
73 * may be drawn, but the canvas that was returned by beginRecording must not
85 * Get the width of the picture as passed to beginRecording. This
91 * Get the height of the picture as passed to beginRecording. This
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfDocument.cpp65 SkCanvas* canvas = page->mPicture->beginRecording(

Completed in 123 milliseconds