Home | History | Annotate | Download | only in automation

Lines Matching refs:png_data

1807   std::vector<unsigned char> png_data;
1808 gfx::PNGCodec::EncodeBGRASkBitmap(bitmap, true, &png_data);
1810 reinterpret_cast<char*>(&png_data[0]), png_data.size());
1811 SendMessage(bytes_written == static_cast<int>(png_data.size()));