Searched refs:AsPictureRecorder (Results 1 – 2 of 2) sorted by relevance
117 static SkPictureRecorder* AsPictureRecorder(sk_picture_recorder_t* crec) { in AsPictureRecorder() function385 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()
121 static SkPictureRecorder* AsPictureRecorder(sk_picture_recorder_t* crec) { in AsPictureRecorder() function416 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()