Searched refs:png_map (Results 1 – 1 of 1) sorted by relevance
523 explicit ThemeImagePngSource(const PngMap& png_map) : png_map_(png_map) {} in ThemeImagePngSource() argument885 ThemeImagePngSource::PngMap png_map; in GetImageNamed() local890 png_map[scale_factors_[i]] = memory; in GetImageNamed()892 if (!png_map.empty()) { in GetImageNamed()893 gfx::ImageSkia image_skia(new ThemeImagePngSource(png_map), 1.0f); in GetImageNamed()