Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h1702 static stbi__uint32 stbi__get32be(stbi__context *s) in stbi__get32be() function
4594 c.length = stbi__get32be(s); in stbi__get_chunk_header()
4595 c.type = stbi__get32be(s); in stbi__get_chunk_header()
5108 s->img_x = stbi__get32be(s); in stbi__parse_png_file()
5109 s->img_y = stbi__get32be(s); in stbi__parse_png_file()
5236 stbi__get32be(s); in stbi__parse_png_file()
5258 stbi__get32be(s); in stbi__parse_png_file()
6082 int r = (stbi__get32be(s) == 0x38425053);
6136 if (stbi__get32be(s) != 0x38425053) // "8BPS"
6152 h = stbi__get32be(
[all...]

Completed in 10 milliseconds