Home | History | Annotate | Download | only in themes

Lines Matching refs:image_data

1003     std::vector<unsigned char> image_data;
1004 if (!gfx::PNGCodec::EncodeBGRASkBitmap(*(it->second), false, &image_data)) {
1008 (*reencoded_images)[it->first] = RefCountedBytes::TakeVector(&image_data);