Home
last modified time | relevance | path

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

/external/skia/include/c/
Dsk_picture.h18 sk_picture_recorder_t* sk_picture_recorder_new();
19 void sk_picture_recorder_delete(sk_picture_recorder_t*);
21 sk_canvas_t* sk_picture_recorder_begin_recording(sk_picture_recorder_t*, const sk_rect_t*);
22 sk_picture_t* sk_picture_recorder_end_recording(sk_picture_recorder_t*);
Dsk_types.h88 typedef struct sk_picture_recorder_t sk_picture_recorder_t; typedef
/external/skia/src/c/
Dsk_surface.cpp169 static SkPictureRecorder* AsPictureRecorder(sk_picture_recorder_t* crec) { in AsPictureRecorder()
173 static sk_picture_recorder_t* ToPictureRecorder(SkPictureRecorder* rec) { in ToPictureRecorder()
174 return reinterpret_cast<sk_picture_recorder_t*>(rec); in ToPictureRecorder()
426 sk_picture_recorder_t* sk_picture_recorder_new() { in sk_picture_recorder_new()
430 void sk_picture_recorder_delete(sk_picture_recorder_t* crec) { in sk_picture_recorder_delete()
434 sk_canvas_t* sk_picture_recorder_begin_recording(sk_picture_recorder_t* crec, in sk_picture_recorder_begin_recording()
439 sk_picture_t* sk_picture_recorder_end_recording(sk_picture_recorder_t* crec) { in sk_picture_recorder_end_recording()