Lines Matching defs:DecodeImage
10551 // DecodeImageCallbacks are the callbacks given to DecodeImage. They are always
10630 // REPORT_METADATA_GAMA) was passed to DecodeImage then the metadata FourCC
10662 // passed to DecodeImage, since the pixel buffer's contents will be
10682 // Done is always the last Callback method called by DecodeImage, whether or
10691 // as DecodeImage may then de-allocate the backing array.
10722 // DecodeImageArgQuirks wraps an optional argument to DecodeImage.
10733 // DecodeImageArgFlags wraps an optional argument to DecodeImage.
10772 // DecodeImageArgPixelBlend wraps an optional argument to DecodeImage.
10782 // DecodeImageArgBackgroundColor wraps an optional argument to DecodeImage.
10793 // DecodeImageArgMaxInclDimension wraps an optional argument to DecodeImage.
10804 // DecodeImage.
10814 // DecodeImage decodes the image data in input. A variety of image file formats
10818 // simpler for synchronous I/O and having DecodeImage only return when
10836 // success, pixel buffer memory ownership is passed to the DecodeImage caller
10859 DecodeImage(DecodeImageCallbacks& callbacks,
44784 "wuffs_aux::DecodeImage: buffer is too short";
44786 "wuffs_aux::DecodeImage: max_incl_dimension exceeded";
44788 "wuffs_aux::DecodeImage: max_incl_metadata_length exceeded";
44790 "wuffs_aux::DecodeImage: out of memory";
44792 "wuffs_aux::DecodeImage: unexpected end of file";
44794 "wuffs_aux::DecodeImage: unsupported image format";
44796 "wuffs_aux::DecodeImage: unsupported metadata";
44798 "wuffs_aux::DecodeImage: unsupported pixel blend";
44800 "wuffs_aux::DecodeImage: unsupported pixel configuration";
44802 "wuffs_aux::DecodeImage: unsupported pixel format";
45160 DecodeImage(DecodeImageCallbacks& callbacks,