Searched refs:pwidth (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 97 if (1 != sscanf(p, "%d%n", pwidth, &n)) in ReadHeader()
|
| D | ppmconv8.c | 76 static int ReadHeader(FILE * fp, int *pwidth, int *pheight, int *pdepth) in ReadHeader() argument 107 if (1 != sscanf(p, "%d%n", pwidth, &n)) in ReadHeader()
|
| D | ppmconvbg.c | 119 static int ReadHeader(FILE * fp, int *pwidth, int *pheight, int *pdepth) in ReadHeader() argument 150 if (1 != sscanf(p, "%d%n", pwidth, &n)) in ReadHeader()
|