Include dependency graph for ppm.c:
Go to the source code of this file.
Functions | |
static void | skip_whitespace (unsigned char **data) |
static void | read_num (unsigned char **data, unsigned int *num) |
int | ppm_get_data (unsigned char *data, size_t dtsz, unsigned int *width, unsigned int *height) |
int | ppm_draw (unsigned char *data, size_t datasz, unsigned int sx, unsigned int sy, unsigned int maxwidth, unsigned int maxheight, putpixel_cb_t putpixel, void *vport) |
|
Definition at line 34 of file ppm.c. Referenced by ppm_draw(), and ppm_get_data(). |
|
Definition at line 49 of file ppm.c. Referenced by ppm_draw(), and ppm_get_data(). |
|
Definition at line 59 of file ppm.c. References read_num(), and skip_whitespace(). Referenced by shm2pixmap(). Here is the call graph for this function: |
|
Draw PPM pixmap
Definition at line 84 of file ppm.c. References read_num(), and skip_whitespace(). Referenced by shm2pixmap(), and shm_handle(). Here is the call graph for this function: |