Home
last modified time | relevance | path

Searched refs:readppm (Results 1 – 3 of 3) sorted by relevance

/oneTBB/examples/parallel_for/tachyon/src/
H A Dimageio.cpp87 rc = readppm(name, &xres, &yres, &imgdata); in readimage()
111 rc = readppm(name, &xres, &yres, &imgdata); in readimage()
H A Dppm.hpp56 int readppm(char *name, int *xres, int *yres, unsigned char **imgdata);
H A Dppm.cpp83 int readppm(char *name, int *xres, int *yres, unsigned char **imgdata) { in readppm() function