Searched refs:sk_picture_recorder_t (Results 1 – 3 of 3) sorted by relevance
22 sk_picture_recorder_t* sk_picture_recorder_new(void);27 void sk_picture_recorder_delete(sk_picture_recorder_t*);36 sk_canvas_t* sk_picture_recorder_begin_recording(sk_picture_recorder_t*, const sk_rect_t*);43 sk_picture_t* sk_picture_recorder_end_recording(sk_picture_recorder_t*);
219 typedef struct sk_picture_recorder_t sk_picture_recorder_t; typedef
189 static SkPictureRecorder* AsPictureRecorder(sk_picture_recorder_t* crec) { in AsPictureRecorder()193 static sk_picture_recorder_t* ToPictureRecorder(SkPictureRecorder* rec) { in ToPictureRecorder()194 return reinterpret_cast<sk_picture_recorder_t*>(rec); in ToPictureRecorder()471 sk_picture_recorder_t* sk_picture_recorder_new() { in sk_picture_recorder_new()475 void sk_picture_recorder_delete(sk_picture_recorder_t* crec) { in sk_picture_recorder_delete()479 sk_canvas_t* sk_picture_recorder_begin_recording(sk_picture_recorder_t* crec, in sk_picture_recorder_begin_recording()484 sk_picture_t* sk_picture_recorder_end_recording(sk_picture_recorder_t* crec) { in sk_picture_recorder_end_recording()