Lines Matching defs:qrect
440 struct QXLRect qrect;
443 qrect.top = y1;
444 qrect.bottom = y2;
445 qrect.left = x1;
446 qrect.right = x2;
450 submit_fill (qxl, destination, &qrect, p);
505 struct QXLRect qrect;
512 qrect.top = dest_y1;
513 qrect.bottom = dest_y1 + height;
514 qrect.left = dest_x1;
515 qrect.right = dest_x1 + width;
519 drawable_bo = make_drawable (qxl, dest, QXL_COPY_BITS, &qrect);
537 drawable_bo = make_drawable (qxl, dest, QXL_DRAW_COPY, &qrect);