Lines Matching defs:offset
164 uint32_t opcode_size, offset;
186 offset = (x & 0x7F) * 2;
187 j = bytestream2_get_le16(&c->gb) + offset;
188 if (bytestream2_get_bytes_left(&c->gb) < (j - offset) * 16)
192 offset++;
196 if ((offset & 0x3F) == 0)
199 } while (offset < j);
242 offset = c->width * 2;
247 offset = 0;
252 copy_color_mask(dst + offset, c->width, mask, color);
255 offset = 0;
259 if (src + offset + c->width + 4 > send)
262 copy_src_mask(dst + offset, c->width, mask, src + offset);