Searched refs:stbi__hdr_info (Results 1 – 1 of 1) sorted by relevance
866 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() function6400 if (stbi__hdr_info(s, x, y, comp)) return 1; in stbi__info_main()