Home
last modified time | relevance | path

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

/external/skqp/src/c/
Dsk_surface.cpp116 static SkPictureRecorder* AsPictureRecorder(sk_picture_recorder_t* crec) { in AsPictureRecorder() function
384 delete AsPictureRecorder(crec); in sk_picture_recorder_delete()
389 return ToCanvas(AsPictureRecorder(crec)->beginRecording(AsRect(*cbounds))); in sk_picture_recorder_begin_recording()
393 return ToPicture(AsPictureRecorder(crec)->finishRecordingAsPicture().release()); in sk_picture_recorder_end_recording()
/external/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()