OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:png_bytes
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/gfx/
icon_util_unittest.cc
129
const unsigned char*
png_bytes
= reinterpret_cast<const unsigned char*>(
local
132
png_bytes
, png_entry->dwBytesInRes);
icon_util.cc
95
// PNG format and stored in |
png_bytes
|. Images with width or height larger than
103
scoped_refptr<base::RefCountedMemory>*
png_bytes
) {
130
*
png_bytes
= image.As1xPNGBytes();
293
const unsigned char*
png_bytes
=
local
295
gfx::Image image = gfx::Image::CreateFrom1xPNGBytes(
png_bytes
, png_size);
461
scoped_refptr<base::RefCountedMemory>
png_bytes
;
local
462
if (!ConvertImageFamilyToBitmaps(resized_image_family, &bitmaps, &
png_bytes
))
470
size_t image_count = bitmap_count + (
png_bytes
.get() ? 1 : 0);
476
if (
png_bytes
.get())
477
buffer_size += sizeof(ICONDIRENTRY) +
png_bytes
->size()
[
all
...]
/external/chromium_org/ui/gfx/image/
image_unittest.cc
166
scoped_refptr<base::RefCountedMemory>
png_bytes
= image.As1xPNGBytes();
local
167
EXPECT_TRUE(
png_bytes
.get());
168
EXPECT_FALSE(
png_bytes
->size());
306
scoped_refptr<base::RefCountedMemory>
png_bytes
=
local
310
image_png_reps.push_back(gfx::ImagePNGRep(
png_bytes
, 1.0f));
316
EXPECT_TRUE(gt::IsEqual(
png_bytes
, from_platform.AsBitmap()));
322
scoped_refptr<base::RefCountedMemory>
png_bytes
=
local
325
image_png_reps.push_back(gfx::ImagePNGRep(
png_bytes
, 1.0f));
Completed in 54 milliseconds