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 95 std::vector<gfx::ImagePNGRep> image_png_reps; local
96 gfx::Image image3(image_png_reps);
184 std::vector<gfx::ImagePNGRep> image_png_reps; local
185 image_png_reps.push_back(gfx::ImagePNGRep(
187 gfx::Image image2(image_png_reps);
203 std::vector<gfx::ImagePNGRep> image_png_reps; local
204 image_png_reps.push_back(gfx::ImagePNGRep(bytes1x, 1.0f));
205 image_png_reps.push_back(gfx::ImagePNGRep(
208 gfx::Image image(image_png_reps);
240 std::vector<gfx::ImagePNGRep> image_png_reps; local
263 std::vector<gfx::ImagePNGRep> image_png_reps; local
292 std::vector<gfx::ImagePNGRep> image_png_reps; local
309 std::vector<gfx::ImagePNGRep> image_png_reps; local
324 std::vector<gfx::ImagePNGRep> image_png_reps; local
335 std::vector<gfx::ImagePNGRep> image_png_reps; local
346 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 == 1.0f)
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)
771 const std::vector<gfx::ImagePNGRep>& image_png_reps = local
828 std::vector<ImagePNGRep> image_png_reps; local
    [all...]

Completed in 25 milliseconds