Lines Matching defs:width
219 dst_box->width, dst_box->height,
240 src += src_y * image->width + src_x;
245 for (i = 0; i < dst_box->height; i++, map += transfer->stride, src += image->width)
246 for (j = 0; j < dst_box->width; j++)
252 for (i = 0; i < dst_box->height; i++, map += transfer->stride, src += image->width)
253 for (j = 0; j < dst_box->width; j++)
262 unsigned short width, unsigned short height, int xvimage_id)
285 if (width > context_priv->subpicture_max_width ||
305 tex_templ.width0 = width;
309 tex_templ.width0 = util_next_power_of_two(width);
334 subpicture->width = width;
371 unsigned short width, unsigned short height, unsigned int color)
377 struct pipe_box dst_box = {x, y, 0, width, height, 1};
402 dst_box.width, dst_box.height, &uc);
410 short srcx, short srcy, unsigned short width, unsigned short height,
416 struct pipe_box dst_box = {dstx, dsty, 0, width, height, 1};
445 src_stride = image->width * util_format_get_blocksize(subpicture_priv->sampler->texture->format);
494 dst_box.width = subpicture->num_palette_entries;