Searched refs:endRecording (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPicture.cpp94 static void endRecording(JNIEnv* env, jobject, SkPicture* pict) { function in class:android::SkPictureGlue
95 pict->endRecording();
105 {"nativeEndRecording", "(I)V", (void*) SkPictureGlue::endRecording},
/frameworks/base/graphics/java/android/graphics/
H A DPicture.java59 * endRecording(). At this point the Canvas that was returned must no longer
69 * Call endRecording when the picture is built. After this call, the picture
74 public void endRecording() { method in class:Picture
101 endRecording();
H A DCanvas.java1582 picture.endRecording();
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java1022 picture.endRecording();

Completed in 44 milliseconds