HomeSort by relevance Sort by last modified time
    Searched refs:image_png_reps (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/image/
image_unittest.cc 86 std::vector<gfx::ImagePNGRep> image_png_reps; local
87 gfx::Image image3(image_png_reps);
175 std::vector<gfx::ImagePNGRep> image_png_reps; local
176 image_png_reps.push_back(gfx::ImagePNGRep(
178 gfx::Image image2(image_png_reps);
194 std::vector<gfx::ImagePNGRep> image_png_reps; local
195 image_png_reps.push_back(gfx::ImagePNGRep(bytes1x, ui::SCALE_FACTOR_100P));
196 image_png_reps.push_back(gfx::ImagePNGRep(
199 gfx::Image image(image_png_reps);
231 std::vector<gfx::ImagePNGRep> image_png_reps; local
254 std::vector<gfx::ImagePNGRep> image_png_reps; local
283 std::vector<gfx::ImagePNGRep> image_png_reps; local
302 std::vector<gfx::ImagePNGRep> image_png_reps; local
317 std::vector<gfx::ImagePNGRep> image_png_reps; local
328 std::vector<gfx::ImagePNGRep> image_png_reps; local
339 std::vector<gfx::ImagePNGRep> image_png_reps; local
    [all...]
image.cc 65 const std::vector<gfx::ImagePNGRep>& image_png_reps) {
67 for (size_t i = 0; i < image_png_reps.size(); ++i) {
68 if (image_png_reps[i].scale_factor == ui::SCALE_FACTOR_100P)
69 png_bytes = image_png_reps[i].raw_data;
121 const std::vector<gfx::ImagePNGRep>& image_png_reps);
127 NSImage* NSImageFromPNG(const std::vector<gfx::ImagePNGRep>& image_png_reps,
134 const std::vector<gfx::ImagePNGRep>& image_png_reps);
149 const std::vector<gfx::ImagePNGRep>& image_png_reps) {
150 if (image_png_reps.empty())
154 for (size_t i = 0; i < image_png_reps.size(); ++i)
772 const std::vector<gfx::ImagePNGRep>& image_png_reps = local
829 std::vector<ImagePNGRep> image_png_reps; local
    [all...]

Completed in 114 milliseconds