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

/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp83 static SkCanvas* beginRecording(JNIEnv* env, jobject, SkPicture* pict, function in class:android::SkPictureGlue
85 // beginRecording does not ref its return value, it just returns it.
86 SkCanvas* canvas = pict->beginRecording(w, h);
104 {"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)
56 * To record a picture, call beginRecording() and then draw into the Canvas
62 public Canvas beginRecording(int width, int height) { method in class:Picture
70 * may be drawn, but the canvas that was returned by beginRecording must not
82 * Get the width of the picture as passed to beginRecording. This
88 * Get the height of the picture as passed to beginRecording. This

Completed in 83 milliseconds