HomeSort by relevance Sort by last modified time
    Searched defs:ImagePNGRep (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/image/
image_png_rep.cc 14 ImagePNGRep::ImagePNGRep()
19 ImagePNGRep::ImagePNGRep(const scoped_refptr<base::RefCountedMemory>& data,
25 ImagePNGRep::~ImagePNGRep() {
28 gfx::Size ImagePNGRep::Size() const {
image_png_rep.h 14 // An ImagePNGRep represents a bitmap's png encoded data and the scale factor it
16 struct GFX_EXPORT ImagePNGRep {
18 ImagePNGRep();
19 ImagePNGRep(const scoped_refptr<base::RefCountedMemory>& data,
21 ~ImagePNGRep();

Completed in 852 milliseconds