/* * Returns true if it successfully sets outColor to the encoded color, * and false otherwise.
*/ bool getEncodedColor(SkEncodedInfo::Color* outColor);
/* * Free memory used by the decode manager
*/
~JpegDecoderMgr();
/* * Get the skjpeg_error_mgr in order to set an error return jmp_buf
*/
skjpeg_error_mgr* errorMgr() { return &fErrorMgr; }
/* * Get function for the decompress info struct
*/
jpeg_decompress_struct* dinfo() { return &fDInfo; }
// Get the source manager.
SkJpegSourceMgr* getSourceMgr();
private: // Wrapper that calls into the full SkJpegSourceMgr interface. struct SourceMgr : jpeg_source_mgr { staticvoid InitSource(j_decompress_ptr dinfo); staticvoid SkipInputData(j_decompress_ptr dinfo, long num_bytes_long); static boolean FillInputBuffer(j_decompress_ptr dinfo); staticvoid TermSource(j_decompress_ptr dinfo);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.