Searched defs:bytes1x (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/image/
H A Dimage_unittest.cc198 scoped_refptr<base::RefCountedMemory> bytes1x = gt::CreatePNGBytes(kSize1x); local
200 image_png_reps.push_back(gfx::ImagePNGRep(bytes1x, 1.0f));
209 EXPECT_TRUE(std::equal(bytes1x->front(), bytes1x->front() + bytes1x->size(),
233 scoped_refptr<base::RefCountedMemory> bytes1x = gt::CreatePNGBytes(kSize1x); local
237 image_png_reps.push_back(gfx::ImagePNGRep(bytes1x, 1.0f));
245 EXPECT_TRUE(gt::IsEqual(bytes1x,
269 scoped_refptr<base::RefCountedMemory> bytes1x = gt::CreatePNGBytes(kSize1x); local
272 image_png_reps.push_back(gfx::ImagePNGRep(bytes1x, 1.
[all...]

Completed in 513 milliseconds