Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h1642 static void stbi__skip(stbi__context *s, int n) in stbi__skip() function
3193 stbi__skip(z->s, L); in stbi__process_marker()
5101 stbi__skip(s, c.length); in stbi__parse_png_file()
5254 stbi__skip(s, c.length); in stbi__parse_png_file()
5579 stbi__skip(s, info.offset - bytes_read_so_far);
5608 stbi__skip(s, info.offset - info.extra_read - info.hsz - psize * (info.hsz == 12 ? 3 : 4));
5629 stbi__skip(s, pad);
5650 stbi__skip(s, pad);
5657 stbi__skip(s, info.offset - info.extra_read - info.hsz);
5702 stbi__skip(
[all...]

Completed in 10 milliseconds