Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dstb_image.h1626 stbi_inline static int stbi__at_eof(stbi__context *s) in stbi__at_eof() function
3378 if (stbi__at_eof(z->s)) return stbi__err("no SOF", "Corrupt JPEG"); in stbi__decode_jpeg_header()
3391 while (!stbi__at_eof(j->s)) { in stbi__skip_jpeg_junk_at_end()
3394 if (stbi__at_eof(j->s)) return STBI__MARKER_none; in stbi__skip_jpeg_junk_at_end()
6372 if (stbi__at_eof(s)) return stbi__errpuc("bad file","PIC file too short");
6411 if (stbi__at_eof(s)) return stbi__errpuc("bad file","file too short (reading packets)");
6445 if (stbi__at_eof(s)) return stbi__errpuc("bad file","file too short (pure read count)");
6463 if (stbi__at_eof(s)) return stbi__errpuc("bad file","file too short (mixed read count)");
6516 if (stbi__at_eof(s)) return stbi__errpuc("bad file","file too short (pic header)");
7121 while (!stbi__at_eof(
[all...]

Completed in 18 milliseconds