Home | History | Annotate | Download | only in cpp

Lines Matching defs:ImageData

20 class ImageData : public Resource {
22 /// Default constructor for creating an is_null() <code>ImageData</code>
24 ImageData();
30 ImageData(PassRef, PP_Resource resource);
32 /// The copy constructor for <code>ImageData</code>. This constructor
33 /// produces an <code>ImageData</code> object that shares the underlying
37 ImageData(const ImageData& other);
39 /// A constructor that allocates a new <code>ImageData</code> in the browser
60 ImageData(const InstanceHandle& instance,
66 /// <code>ImageData</code> and increments the reference count of the
67 /// <code>other</code> <code>ImageData</code>. This <code>ImageData</code>
73 ImageData& operator=(const ImageData& other);