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