Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/c/
Dsk_surface.cpp117 static SkPictureRecorder* AsPictureRecorder(sk_picture_recorder_t* crec) { in AsPictureRecorder() function
385 delete AsPictureRecorder(crec); in sk_picture_recorder_delete()
390 return ToCanvas(AsPictureRecorder(crec)->beginRecording(AsRect(*cbounds))); in sk_picture_recorder_begin_recording()
394 return ToPicture(AsPictureRecorder(crec)->finishRecordingAsPicture().release()); in sk_picture_recorder_end_recording()
/third_party/skia/src/c/
Dsk_surface.cpp121 static SkPictureRecorder* AsPictureRecorder(sk_picture_recorder_t* crec) { in AsPictureRecorder() function
416 delete AsPictureRecorder(crec); in sk_picture_recorder_delete()
421 return ToCanvas(AsPictureRecorder(crec)->beginRecording(AsRect(*cbounds))); in sk_picture_recorder_begin_recording()
425 return ToPicture(AsPictureRecorder(crec)->finishRecordingAsPicture().release()); in sk_picture_recorder_end_recording()