HomeSort by relevance Sort by last modified time
    Searched refs:sk_picture_recorder_t (Results 1 - 3 of 3) sorted by null

  /external/skia/include/c/
sk_picture.h 18 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*);
sk_types.h 88 typedef struct sk_picture_recorder_t sk_picture_recorder_t; typedef in typeref:struct:sk_picture_recorder_t
  /external/skia/src/c/
sk_surface.cpp 169 static SkPictureRecorder* AsPictureRecorder(sk_picture_recorder_t* crec) {
173 static sk_picture_recorder_t* ToPictureRecorder(SkPictureRecorder* rec) {
174 return reinterpret_cast<sk_picture_recorder_t*>(rec);
426 sk_picture_recorder_t* sk_picture_recorder_new() {
430 void sk_picture_recorder_delete(sk_picture_recorder_t* crec) {
434 sk_canvas_t* sk_picture_recorder_begin_recording(sk_picture_recorder_t* crec,
439 sk_picture_t* sk_picture_recorder_end_recording(sk_picture_recorder_t* crec) {

Completed in 9855 milliseconds