Home
last modified time | relevance | path

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

/external/libgdx/gdx/jni/gdx2d/
Dstb_image.h866 static int stbi__hdr_info(stbi__context *s, int *x, int *y, int *comp);
6095 static int stbi__hdr_info(stbi__context *s, int *x, int *y, int *comp) in stbi__hdr_info() function
6400 if (stbi__hdr_info(s, x, y, comp)) return 1; in stbi__info_main()