Home | History | Annotate | Download | only in core

Lines Matching defs:SkPicture

28 /** \class SkPicture
30 The SkPicture class records the drawing commands made to a canvas, to
33 class SK_API SkPicture : public SkRefCnt {
35 SK_DECLARE_INST_COUNT(SkPicture)
41 SkPicture();
45 SkPicture(const SkPicture& src);
65 * @return A new SkPicture representing the serialized data, or NULL if the stream is
68 static SkPicture* CreateFromStream(SkStream*,
71 virtual ~SkPicture();
76 void swap(SkPicture& other);
81 SkPicture* clone() const;
88 void clone(SkPicture* pictures, int count) const;
220 // Create a new SkPicture from an existing SkPicturePlayback. Ref count of
222 SkPicture(SkPicturePlayback*, int width, int height);
242 SkAutoPictureRecord(SkPicture* pict, int width, int height,
256 SkPicture* fPicture;