Searched refs:ReadHeader (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.1.0/build/tools/ppmconv/ |
| D | ppmconv.c | 66 static int ReadHeader(FILE * fp, int *pwidth, int *pheight, int *pdepth) in ReadHeader() function 175 if (ReadHeader(fp, &width, &height, &depth) && depth == 255) in main()
|
| D | ppmconv8.c | 76 static int ReadHeader(FILE * fp, int *pwidth, int *pheight, int *pdepth) in ReadHeader() function 255 if (ReadHeader(fp, &width, &height, &depth) && depth == 255) in main()
|
| D | ppmconvbg.c | 119 static int ReadHeader(FILE * fp, int *pwidth, int *pheight, int *pdepth) in ReadHeader() function 509 result = ReadHeader(fp, &width, &height, &depth); in Convert()
|