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

/external/chromium_org/ui/gfx/image/
H A Dimage_unittest.cc91 std::vector<gfx::ImagePNGRep> image_png_reps; local
92 gfx::Image image3(image_png_reps);
180 std::vector<gfx::ImagePNGRep> image_png_reps; local
181 image_png_reps.push_back(gfx::ImagePNGRep(
183 gfx::Image image2(image_png_reps);
199 std::vector<gfx::ImagePNGRep> image_png_reps; local
200 image_png_reps.push_back(gfx::ImagePNGRep(bytes1x, 1.0f));
201 image_png_reps.push_back(gfx::ImagePNGRep(
204 gfx::Image image(image_png_reps);
236 std::vector<gfx::ImagePNGRep> image_png_reps; local
271 std::vector<gfx::ImagePNGRep> image_png_reps; local
300 std::vector<gfx::ImagePNGRep> image_png_reps; local
317 std::vector<gfx::ImagePNGRep> image_png_reps; local
332 std::vector<gfx::ImagePNGRep> image_png_reps; local
343 std::vector<gfx::ImagePNGRep> image_png_reps; local
354 std::vector<gfx::ImagePNGRep> image_png_reps; local
[all...]
H A Dimage.cc40 const std::vector<ImagePNGRep>& image_png_reps);
46 NSImage* NSImageFromPNG(const std::vector<ImagePNGRep>& image_png_reps,
53 const std::vector<ImagePNGRep>& image_png_reps);
134 const std::vector<ImagePNGRep>& image_png_reps) {
135 if (image_png_reps.empty())
139 for (size_t i = 0; i < image_png_reps.size(); ++i) {
140 if (!image_source->AddPNGData(image_png_reps[i]))
219 ImageRepPNG(const std::vector<ImagePNGRep>& image_png_reps) argument
221 image_png_reps_(image_png_reps) {
614 const std::vector<ImagePNGRep>& image_png_reps local
133 ImageSkiaFromPNG( const std::vector<ImagePNGRep>& image_png_reps) argument
664 std::vector<ImagePNGRep> image_png_reps; local
[all...]

Completed in 738 milliseconds