Lines Matching defs:height
219 dst_box->width, dst_box->height,
245 for (i = 0; i < dst_box->height; i++, map += transfer->stride, src += image->width)
252 for (i = 0; i < dst_box->height; i++, map += transfer->stride, src += image->width)
262 unsigned short width, unsigned short height, int xvimage_id)
286 height > context_priv->subpicture_max_height)
306 tex_templ.height0 = height;
310 tex_templ.height0 = util_next_power_of_two(height);
335 subpicture->height = height;
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};