Home
last modified time | relevance | path

Searched defs:png_bytes (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/gfx/image/
Dimage.cc66 scoped_refptr<base::RefCountedMemory> png_bytes(NULL); in GdkPixbufFromPNG() local
107 scoped_refptr<base::RefCountedBytes> png_bytes( in Get1xPNGBytesFromPixbuf() local
176 scoped_refptr<base::RefCountedBytes> png_bytes(new base::RefCountedBytes()); in Get1xPNGBytesFromImageSkia() local
780 scoped_refptr<base::RefCountedMemory> png_bytes(NULL); in As1xPNGBytes() local
Dimage_unittest.cc166 scoped_refptr<base::RefCountedMemory> png_bytes = image.As1xPNGBytes(); in TEST_F() local
306 scoped_refptr<base::RefCountedMemory> png_bytes = in TEST_F() local
322 scoped_refptr<base::RefCountedMemory> png_bytes = in TEST_F() local
/external/chromium_org/ui/gfx/
Dicon_util.cc103 scoped_refptr<base::RefCountedMemory>* png_bytes) { in ConvertImageFamilyToBitmaps()
293 const unsigned char* png_bytes = in CreateSkBitmapFromIconResource() local
461 scoped_refptr<base::RefCountedMemory> png_bytes; in CreateIconFileFromImageFamily() local
Dicon_util_unittest.cc129 const unsigned char* png_bytes = reinterpret_cast<const unsigned char*>( in CheckAllIconSizes() local
/external/chromium_org/chrome/browser/favicon/
Dfavicon_util.cc246 scoped_refptr<base::RefCountedBytes> png_bytes(new base::RefCountedBytes()); in SelectFaviconFramesFromPNGs() local
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
DPrettyPatch.rb673 def self.read_checksum_from_png(png_bytes) argument