|
Dillo v3.2.0-93-g6a586845
|
The jpeg decoder for dillo. More...
#include <config.h>
Go to the source code of this file.
Functions | |
| void * | a_Jpeg_new () |
| void | a_Jpeg_callback () |
| const char * | a_Jpeg_version (void) |
The jpeg decoder for dillo.
It is responsible for decoding JPEG data and transferring it to the dicache. It uses libjpeg to do the actual decoding.
Definition in file jpeg.c.
| void a_Jpeg_callback | ( | ) |
Definition at line 423 of file jpeg.c.
Referenced by Dicache_image().
| void * a_Jpeg_new | ( | ) |
Definition at line 422 of file jpeg.c.
Referenced by Dicache_image().
| const char * a_Jpeg_version | ( | void | ) |
Definition at line 424 of file jpeg.c.
Referenced by print_libs().