Home
last modified time | relevance | path

Searched refs:AsPictureRecorder (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/c/
Dsk_surface.cpp189 static SkPictureRecorder* AsPictureRecorder(sk_picture_recorder_t* crec) { in AsPictureRecorder() function
476 delete AsPictureRecorder(crec); in sk_picture_recorder_delete()
481 return ToCanvas(AsPictureRecorder(crec)->beginRecording(AsRect(*cbounds))); in sk_picture_recorder_begin_recording()
485 return ToPicture(AsPictureRecorder(crec)->finishRecordingAsPicture().release()); in sk_picture_recorder_end_recording()