Lines Matching defs:skip
252 // "skip" (skips some bytes of data), "eof" (reports if the stream is at the end).
412 void (*skip) (void *user,int n); // skip the next 'n' bytes, or 'unget' the last -n bytes if negative
1653 (s->io.skip)(s->io_user_data, n - blen);
3389 // some JPEGs have junk at end, skip over it but if we find what looks
5235 // end of PNG chunk, read and skip CRC
5257 // end of PNG chunk, read and skip CRC
5770 stbi__skip(s,4); // skip index of first colormap entry and number of entries
5776 stbi__skip(s,4); // skip image x and y origin
5783 stbi__skip(s,9); // skip colormap specification and image x/y origin
5829 stbi__skip(s,4); // skip index of first colormap entry and number of entries
5832 stbi__skip(s,4); // skip image x and y origin
5835 stbi__skip(s,9); // skip colormap specification and image x/y origin
5929 // skip to the data's starting position (offset usually = 0)
5947 // any data to skip? (offset usually = 0)
6222 // which we're going to just skip.
6519 stbi__get32be(s); //skip `ratio'
6520 stbi__get16be(s); //skip `fields'
6521 stbi__get16be(s); //skip `pad'
7852 fix accidental rename of 'skip' field of I/O