Lines Matching refs:copy
5 * copy of this software and associated documentation files (the "Software"),
7 * on the rights to use, copy, modify, merge, publish, distribute, sub
222 drawable->u.copy.src_area.top = 0;
223 drawable->u.copy.src_area.bottom = height;
224 drawable->u.copy.src_area.left = 0;
225 drawable->u.copy.src_area.right = width;
227 drawable->u.copy.rop_descriptor = SPICE_ROPD_OP_PUT;
228 drawable->u.copy.scale_mode = 0;
229 drawable->u.copy.mask.flags = 0;
230 drawable->u.copy.mask.pos.x = 0;
231 drawable->u.copy.mask.pos.y = 0;
232 drawable->u.copy.mask.bitmap = 0;
234 drawable->u.copy.src_bitmap = qxl_bo_physical_address(qdev, dimage->bo, 0);