Lines Matching defs:width
591 unsigned int width, unsigned int height,
599 tmplt.width0 = width;
637 blit.src.box.width = device->cursor.w;
650 /* NOTE: blit messes up when box.x + box.width < 0, fix driver
656 blit.dst.box.width = blit.src.box.width;
660 blit.src.box.width, blit.src.box.height,
842 blit.src.box.width = resource->width0;
871 blit.dst.box.width = resource->width0;
875 blit.filter = (blit.dst.box.width == blit.src.box.width &&
1100 unsigned int width, height;
1112 width = dest_surface->desc.Width;
1118 create_present_buffer(This, width, height, &temp_resource, &temp_handle);
1128 desc.Width = width;