Searched refs:bytes2x (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/image/
H A Dimage_unittest.cc234 scoped_refptr<base::RefCountedMemory> bytes2x = gt::CreatePNGBytes(kSize2x); local
238 image_png_reps.push_back(gfx::ImagePNGRep(bytes2x, 2.0f));
247 EXPECT_TRUE(gt::IsEqual(bytes2x,
270 scoped_refptr<base::RefCountedMemory> bytes2x = gt::CreatePNGBytes(kSize2x); local
273 image_png_reps.push_back(gfx::ImagePNGRep(bytes2x, 2.0f));
284 EXPECT_TRUE(gt::IsEqual(bytes2x, from_platform.AsBitmap()));

Completed in 82 milliseconds