Home | History | Annotate | Download | only in core

Lines Matching defs:SkPicture

24 /** \class SkPicture
26 The SkPicture class records the drawing commands made to a canvas, to
29 class SK_API SkPicture : public SkRefCnt {
31 SK_DECLARE_INST_COUNT(SkPicture)
37 SkPicture();
41 SkPicture(const SkPicture& src);
47 explicit SkPicture(SkStream*, bool* success = NULL,
49 virtual ~SkPicture();
54 void swap(SkPicture& other);
59 SkPicture* clone() const;
66 void clone(SkPicture* pictures, int count) const;
188 SkAutoPictureRecord(SkPicture* pict, int width, int height,
202 SkPicture* fPicture;