Searched defs:ImagePNGRep (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/image/
H A Dimage_png_rep.cc14 ImagePNGRep::ImagePNGRep() function in class:gfx::ImagePNGRep
19 ImagePNGRep::ImagePNGRep(const scoped_refptr<base::RefCountedMemory>& data, function in class:gfx::ImagePNGRep
25 ImagePNGRep::~ImagePNGRep() {
28 gfx::Size ImagePNGRep::Size() const {
H A Dimage_png_rep.h14 // An ImagePNGRep represents a bitmap's png encoded data and the scale factor it
16 struct GFX_EXPORT ImagePNGRep { struct in namespace:gfx
18 ImagePNGRep();
19 ImagePNGRep(const scoped_refptr<base::RefCountedMemory>& data,
21 ~ImagePNGRep();

Completed in 182 milliseconds