Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/tools/ppmconv/
Dppmconv.c66 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()
Dppmconv8.c76 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()
Dppmconvbg.c119 static int ReadHeader(FILE * fp, int *pwidth, int *pheight, int *pdepth) in ReadHeader() function
509 result = ReadHeader(fp, &width, &height, &depth); in Convert()