Searched defs:ImageRep (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/gfx/image/
H A Dimage.cc169 // An ImageRep is the object that holds the backing memory for an Image. Each
170 // RepresentationType has an ImageRep subclass that is responsible for freeing
171 // the memory that the ImageRep holds. When an ImageRep is created, it expects
174 class ImageRep { class in namespace:gfx::internal
176 explicit ImageRep(Image::RepresentationType rep) : type_(rep) {} function in class:gfx::internal::ImageRep
178 // Deletes the associated pixels of an ImageRep.
179 virtual ~ImageRep() {}
214 class ImageRepPNG : public ImageRep {
216 ImageRepPNG() : ImageRep(Imag
[all...]

Completed in 1420 milliseconds