Lines Matching defs:width
61 int dst_x, int dst_y, int width, int height)
70 if (dst_x + width > avctx->width)
71 width = avctx->width - dst_x;
78 if (width <= skip)
99 while (x < width - skip) {
132 if (x + size >= width - skip)
133 size = width - skip - x;
263 uint16_t diff_size, width, height;
274 width = bytestream_get_be16(&buf);
281 left, top, width, height)) {
306 uint16_t sprite_id, width, height;
346 width = bytestream_get_be16(&block_data);
350 left, top, width, height)) {