Searched refs:exact_bitmap_it (Results 1 – 1 of 1) sorted by relevance
532 BitmapMap::const_iterator exact_bitmap_it = bitmap_map_.find(scale_factor); in GetImageForScale() local533 if (exact_bitmap_it != bitmap_map_.end()) in GetImageForScale()534 return gfx::ImageSkiaRep(exact_bitmap_it->second, scale); in GetImageForScale()