Home | History | Annotate | Download | only in nine

Lines Matching refs:box

571         blit.src.box.x = 0;
572 blit.src.box.y = 0;
573 blit.src.box.z = 0;
574 blit.src.box.depth = 1;
575 blit.src.box.width = device->cursor.w;
576 blit.src.box.height = device->cursor.h;
581 blit.dst.box.z = 0;
582 blit.dst.box.depth = 1;
588 /* NOTE: blit messes up when box.x + box.width < 0, fix driver
592 blit.dst.box.x = MAX2(device->cursor.pos.x, 0) - device->cursor.hotspot.x;
593 blit.dst.box.y = MAX2(device->cursor.pos.y, 0) - device->cursor.hotspot.y;
594 blit.dst.box.width = blit.src.box.width;
595 blit.dst.box.height = blit.src.box.height;
598 blit.src.box.width, blit.src.box.height,
599 blit.dst.box.x, blit.dst.box.y);
703 blit.src.box.z = 0;
704 blit.src.box.depth = 1;
705 blit.src.box.x = 0;
706 blit.src.box.y = 0;
707 blit.src.box.width = resource->width0;
708 blit.src.box.height = resource->height0;
715 blit.dst.box.z = 0;
716 blit.dst.box.depth = 1;
717 blit.dst.box.x = 0;
718 blit.dst.box.y = 0;
719 blit.dst.box.width = resource->width0;
720 blit.dst.box.height = resource->height0;