Dillo v3.1.1-119-g140d9ebd
|
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().