Searched refs:stbi__pnm_getinteger (Results 1 - 1 of 1) sorted by relevance

/external/libgdx/gdx/jni/gdx2d/
H A Dstb_image.h6234 static int stbi__pnm_getinteger(stbi__context *s, char *c) function
6266 *x = stbi__pnm_getinteger(s, &c); // read width
6269 *y = stbi__pnm_getinteger(s, &c); // read height
6272 maxv = stbi__pnm_getinteger(s, &c); // read max value

Completed in 100 milliseconds