Lines Matching defs:skip
67 int skip;
68 /* skip & 0x80 appears to mean 'start a new line', which can be interpreted
81 skip = bytestream2_get_byte(&s->g);
85 if(skip & 0x80) {
88 pixel_ptr = row_ptr + 2 * 8 * (skip & 0x7f);
90 pixel_ptr += 2 * 8 * skip;
163 /* there's another skip code in the stream */
220 /* there's another skip code in the stream */
271 /* there's another skip code in the stream */
318 /* there's another skip code in the stream */
373 /* there's another skip code in the stream */