Home | History | Annotate | Download | only in resources

Lines Matching defs:Picture

41 class CC_EXPORT Picture
42 : public base::RefCountedThreadSafe<Picture> {
56 static scoped_refptr<Picture> Create(
62 static scoped_refptr<Picture> CreateFromValue(const base::Value* value);
63 static scoped_refptr<Picture> CreateFromSkpValue(const base::Value* value);
84 // Draw the picture directly into the given canvas, without applying any
91 // raster this layer rect from this picture. Internally, pixel refs are
96 PixelRefIterator(const gfx::Rect& layer_rect, const Picture* picture);
116 const Picture* picture_;
127 void EmitTraceSnapshotAlias(Picture* original) const;
132 explicit Picture(const gfx::Rect& layer_rect);
134 // ownership to this picture.
135 Picture(const skia::RefPtr<SkPicture>&,
139 Picture(SkPicture*, const gfx::Rect& layer_rect);
140 ~Picture();
165 friend class base::RefCountedThreadSafe<Picture>;
167 DISALLOW_COPY_AND_ASSIGN(Picture);