Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h1612 stbi_inline static stbi_uc stbi__get8(stbi__context *s) in stbi__get8() function
1694 int z = stbi__get8(s); in stbi__get16be()
1695 return (z << 8) + stbi__get8(s); in stbi__get16be()
1714 int z = stbi__get8(s); in stbi__get16le()
1715 return z + (stbi__get8(s) << 8); in stbi__get16le()
2076 unsigned int b = j->nomore ? 0 : stbi__get8(j->s); in stbi__grow_buffer_unsafe()
2078 int c = stbi__get8(j->s); in stbi__grow_buffer_unsafe()
2079 while (c == 0xff) c = stbi__get8(j->s); // consume fill bytes in stbi__grow_buffer_unsafe()
2921 x = stbi__get8(j->s); in stbi__get_marker()
2924 x = stbi__get8( in stbi__get_marker()
[all...]

Completed in 8 milliseconds