Lines Matching refs:PreviewImage
41 // class PreviewImage -- a usually small, low-dynamic range image,
44 // struct PreviewRgba -- holds the value of a PreviewImage pixel.
69 class PreviewImage
76 // PreviewImage(w,h,p) constructs a preview image with w by h pixels
86 PreviewImage (unsigned int width = 0,
94 PreviewImage (const PreviewImage &other);
95 ~PreviewImage ();
97 PreviewImage & operator = (const PreviewImage &other);