Home | History | Annotate | Download | only in image

Lines Matching full:representationtype

171 // RepresentationType has an ImageRep subclass that is responsible for freeing
177 explicit ImageRep(Image::RepresentationType rep) : type_(rep) {}
205 Image::RepresentationType type() const { return type_; }
212 Image::RepresentationType type_;
367 ImageStorage(Image::RepresentationType default_type)
376 Image::RepresentationType default_representation_type() {
397 Image::RepresentationType default_representation_type_;
715 bool Image::HasRepresentation(RepresentationType type) const {
759 Image::RepresentationType Image::DefaultRepresentationType() const {
765 RepresentationType rep_type, bool must_exist) const {