Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h642 typedef unsigned int stbi__uint32; typedef
648 typedef uint32_t stbi__uint32; typedef
653 typedef unsigned char validate_uint32[sizeof(stbi__uint32)==4 ? 1 : -1];
805 stbi__uint32 img_x, img_y;
1702 static stbi__uint32 stbi__get32be(stbi__context *s) in stbi__get32be()
1704 stbi__uint32 z = stbi__get16be(s); in stbi__get32be()
1720 static stbi__uint32 stbi__get32le(stbi__context *s) in stbi__get32le()
1722 stbi__uint32 z = stbi__get16le(s); in stbi__get32le()
1723 z += (stbi__uint32)stbi__get16le(s) << 16; in stbi__get32le()
1977 stbi__uint32 code_buffe
[all...]

Completed in 7 milliseconds