Searched refs:pdepth (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.4/build/tools/ppmconv/ |
| D | ppmconv.c | 66 static int ReadHeader(FILE * fp, int *pwidth, int *pheight, int *pdepth) in ReadHeader() argument 113 if (1 != sscanf(p, "%d%n", pdepth, &n)) in ReadHeader()
|
| D | ppmconv8.c | 76 static int ReadHeader(FILE * fp, int *pwidth, int *pheight, int *pdepth) in ReadHeader() argument 123 if (1 != sscanf(p, "%d%n", pdepth, &n)) in ReadHeader()
|
| D | ppmconvbg.c | 119 static int ReadHeader(FILE * fp, int *pwidth, int *pheight, int *pdepth) in ReadHeader() argument 166 if (1 != sscanf(p, "%d%n", pdepth, &n)) in ReadHeader()
|