Home | History | Annotate | Download | only in browser

Lines Matching defs:ImageRepresentation

35     ImageLoader::ImageRepresentation::ResizeCondition resize_method,
39 case ImageLoader::ImageRepresentation::ALWAYS_RESIZE:
41 case ImageLoader::ImageRepresentation::RESIZE_WHEN_LARGER:
44 case ImageLoader::ImageRepresentation::NEVER_RESIZE:
53 const ImageLoader::ImageRepresentation& image_info) {
75 void LoadImageOnBlockingPool(const ImageLoader::ImageRepresentation& image_info,
99 const std::vector<ImageLoader::ImageRepresentation>& info_list) {
106 for (std::vector<ImageLoader::ImageRepresentation>::const_iterator
132 // ImageLoader::ImageRepresentation
134 ImageLoader::ImageRepresentation::ImageRepresentation(
145 ImageLoader::ImageRepresentation::~ImageRepresentation() {
154 const ImageRepresentation& image_representation);
159 ImageRepresentation image_representation;
165 const ImageLoader::ImageRepresentation& image_representation)
176 // Need to be after ImageRepresentation and LoadResult are defined.
178 const std::vector<ImageLoader::ImageRepresentation>& info_list,
184 const ImageLoader::ImageRepresentation& image = info_list[i];
231 std::vector<ImageRepresentation> info_list;
232 info_list.push_back(ImageRepresentation(
234 ImageRepresentation::RESIZE_WHEN_LARGER,
242 const std::vector<ImageRepresentation>& info_list,
258 const std::vector<ImageRepresentation>& info_list,
282 const ImageRepresentation& image_rep = it->image_representation;
310 const ImageRepresentation& image_rep = it->image_representation;