Searched refs:qrect (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_surface.c440 struct QXLRect qrect; local in function:qxl_surface_solid
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; local in function:qxl_surface_copy
512 qrect.top = dest_y1;
513 qrect.bottom = dest_y1 + height;
514 qrect
[all...]

Completed in 36 milliseconds