Include dependency graph for ppm.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
int | ppm_draw (unsigned char *data, size_t datasz, unsigned int sx, unsigned int sy, unsigned int maxwidth, unsigned int maxheight, putpixel_cb_t fnc, void *) |
int | ppm_get_data (unsigned char *data, size_t dtsz, unsigned int *width, unsigned int *height) |
|
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: ![]() |
|
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: ![]() |