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

  /external/skia/include/c/
sk_picture.h 19 Create a new sk_picture_recorder_t. Its resources should be
22 sk_picture_recorder_t* sk_picture_recorder_new();
25 sk_picture_recorder_t.
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*);
sk_types.h 151 A sk_picture_recorder_t holds a sk_canvas_t that records commands
154 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 189 static SkPictureRecorder* AsPictureRecorder(sk_picture_recorder_t* crec) {
193 static sk_picture_recorder_t* ToPictureRecorder(SkPictureRecorder* rec) {
194 return reinterpret_cast<sk_picture_recorder_t*>(rec);
471 sk_picture_recorder_t* sk_picture_recorder_new() {
475 void sk_picture_recorder_delete(sk_picture_recorder_t* crec) {
479 sk_canvas_t* sk_picture_recorder_begin_recording(sk_picture_recorder_t* crec,
484 sk_picture_t* sk_picture_recorder_end_recording(sk_picture_recorder_t* crec) {

Completed in 723 milliseconds