Searched refs:readppm (Results 1 – 3 of 3) sorted by relevance
| /oneTBB/examples/parallel_for/tachyon/src/ |
| H A D | imageio.cpp | 87 rc = readppm(name, &xres, &yres, &imgdata); in readimage() 111 rc = readppm(name, &xres, &yres, &imgdata); in readimage()
|
| H A D | ppm.hpp | 56 int readppm(char *name, int *xres, int *yres, unsigned char **imgdata);
|
| H A D | ppm.cpp | 83 int readppm(char *name, int *xres, int *yres, unsigned char **imgdata) { in readppm() function
|