Searched defs:png_bytes (Results 1 – 6 of 6) sorted by relevance
66 scoped_refptr<base::RefCountedMemory> png_bytes(NULL); in GdkPixbufFromPNG() local107 scoped_refptr<base::RefCountedBytes> png_bytes( in Get1xPNGBytesFromPixbuf() local176 scoped_refptr<base::RefCountedBytes> png_bytes(new base::RefCountedBytes()); in Get1xPNGBytesFromImageSkia() local780 scoped_refptr<base::RefCountedMemory> png_bytes(NULL); in As1xPNGBytes() local
166 scoped_refptr<base::RefCountedMemory> png_bytes = image.As1xPNGBytes(); in TEST_F() local306 scoped_refptr<base::RefCountedMemory> png_bytes = in TEST_F() local322 scoped_refptr<base::RefCountedMemory> png_bytes = in TEST_F() local
103 scoped_refptr<base::RefCountedMemory>* png_bytes) { in ConvertImageFamilyToBitmaps()293 const unsigned char* png_bytes = in CreateSkBitmapFromIconResource() local461 scoped_refptr<base::RefCountedMemory> png_bytes; in CreateIconFileFromImageFamily() local
129 const unsigned char* png_bytes = reinterpret_cast<const unsigned char*>( in CheckAllIconSizes() local
246 scoped_refptr<base::RefCountedBytes> png_bytes(new base::RefCountedBytes()); in SelectFaviconFramesFromPNGs() local
673 def self.read_checksum_from_png(png_bytes) argument