• Home
  • Raw
  • Download

Lines Matching refs:ImageRepresentation

35     ImageLoader::ImageRepresentation::ResizeCondition resize_method,  in ShouldResizeImageRepresentation()
39 case ImageLoader::ImageRepresentation::ALWAYS_RESIZE: in ShouldResizeImageRepresentation()
41 case ImageLoader::ImageRepresentation::RESIZE_WHEN_LARGER: in ShouldResizeImageRepresentation()
44 case ImageLoader::ImageRepresentation::NEVER_RESIZE: in ShouldResizeImageRepresentation()
53 const ImageLoader::ImageRepresentation& image_info) { in ResizeIfNeeded()
75 void LoadImageOnBlockingPool(const ImageLoader::ImageRepresentation& image_info, in LoadImageOnBlockingPool()
99 const std::vector<ImageLoader::ImageRepresentation>& info_list) { in LoadResourceBitmaps()
106 for (std::vector<ImageLoader::ImageRepresentation>::const_iterator in LoadResourceBitmaps()
134 ImageLoader::ImageRepresentation::ImageRepresentation( in ImageRepresentation() function in extensions::ImageLoader::ImageRepresentation
145 ImageLoader::ImageRepresentation::~ImageRepresentation() { in ~ImageRepresentation()
154 const ImageRepresentation& image_representation);
159 ImageRepresentation image_representation;
165 const ImageLoader::ImageRepresentation& image_representation) in LoadResult()
178 const std::vector<ImageLoader::ImageRepresentation>& info_list, in LoadImagesOnBlockingPool()
184 const ImageLoader::ImageRepresentation& image = info_list[i]; in LoadImagesOnBlockingPool()
231 std::vector<ImageRepresentation> info_list; in LoadImageAsync()
232 info_list.push_back(ImageRepresentation( in LoadImageAsync()
234 ImageRepresentation::RESIZE_WHEN_LARGER, in LoadImageAsync()
242 const std::vector<ImageRepresentation>& info_list, in LoadImagesAsync()
258 const std::vector<ImageRepresentation>& info_list, in LoadImageFamilyAsync()
282 const ImageRepresentation& image_rep = it->image_representation; in ReplyBack()
310 const ImageRepresentation& image_rep = it->image_representation; in ReplyBackWithImageFamily()