Home | History | Annotate | Download | only in images

Lines Matching refs:format

34     enum Format {
47 /** Contains the image format name.
48 * This should be consistent with Format.
50 * The format name gives a more meaningful error message than enum.
54 /** Return the compressed data's format (see Format enum)
56 virtual Format getFormat() const;
58 /** Return the compressed data's format name.
237 the decoder will attempt to decode the image into that format, unless
242 @param format On success, if format is non-null, it is set to the format
247 Format* format = NULL);
257 the decoder will attempt to decode the image into that format, unless
262 @param format On success, if format is non-null, it is set to the format
267 Format* format = NULL);
278 format, unless there is a conflict (e.g. the image has per-pixel alpha
282 @param format On success, if format is non-null, it is set to the format
287 Format* format = NULL);