OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 295 milliseconds