Home | History | Annotate | Download | only in image

Lines Matching refs:Image

14 class Image;
19 // Creates an image from the given JPEG-encoded input. If there was an error
20 // creating the image, returns an IsEmpty() Image.
21 UI_EXPORT Image ImageFrom1xJPEGEncodedData(const unsigned char* input,
25 // the given image.
26 // Returns true if the image has a 1x representation and the 1x representation
29 // Returns true if the Image was encoded successfully.
30 UI_EXPORT bool JPEG1xEncodedDataFromImage(const Image& image,