Searched refs:stbi__pnm_getinteger (Results 1 – 2 of 2) sorted by relevance
7155 static int stbi__pnm_getinteger(stbi__context *s, char *c) in stbi__pnm_getinteger() function7191 *x = stbi__pnm_getinteger(s, &c); // read width in stbi__pnm_info()7194 *y = stbi__pnm_getinteger(s, &c); // read height in stbi__pnm_info()7197 maxv = stbi__pnm_getinteger(s, &c); // read max value in stbi__pnm_info()