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

/external/libgdx/gdx/jni/gdx2d/
H A Dstb_image.h894 static int stbi__err(const char *str) function
905 // stbi__err - error
910 #define stbi__err(x,y) 0 macro
912 #define stbi__err(x,y) stbi__err(y) macro
914 #define stbi__err(x,y) stbi__err(x) macro
917 #define stbi__errpf(x,y) ((float *)(size_t) (stbi__err(x,y)?NULL:NULL))
918 #define stbi__errpuc(x,y) ((unsigned char *)(size_t) (stbi__err(x,y)?NULL:NULL))
1539 if (code-1 >= (1 << j)) return stbi__err("ba
[all...]

Completed in 35 milliseconds