Lines Matching defs:dstBox
201 BoxPtr dstBox, short src_w, short src_h, short drw_w,
228 request.dst_x = dstBox->x1;
229 request.dst_y = dstBox->y1;
230 request.dst_width = dstBox->x2 - dstBox->x1;
231 request.dst_height = dstBox->y2 - dstBox->y1;
277 BoxPtr dstBox)
287 dstBox->x1 -= crtc->x;
288 dstBox->x2 -= crtc->x;
289 dstBox->y1 -= crtc->y;
290 dstBox->y2 -= crtc->y;
293 tmp = dstBox->x1;
294 dstBox->x1 = dstBox->y1 - crtc->x;
295 dstBox->y1 = scrn->virtualX - tmp - crtc->y;
296 tmp = dstBox->x2;
297 dstBox->x2 = dstBox->y2 - crtc->x;
298 dstBox->y2 = scrn->virtualX - tmp - crtc->y;
299 tmp = dstBox->y1;
300 dstBox->y1 = dstBox->y2;
301 dstBox->y2 = tmp;
304 tmp = dstBox->x1;
305 dstBox->x1 = scrn->virtualX - dstBox->x2 - crtc->x;
306 dstBox->x2 = scrn->virtualX - tmp - crtc->x;
307 tmp = dstBox->y1;
308 dstBox->y1 = scrn->virtualY - dstBox->y2 - crtc->y;
309 dstBox->y2 = scrn->virtualY - tmp - crtc->y;
312 tmp = dstBox->x1;
313 dstBox->x1 = scrn->virtualY - dstBox->y1 - crtc->x;
314 dstBox->y1 = tmp - crtc->y;
315 tmp = dstBox->x2;
316 dstBox->x2 = scrn->virtualY - dstBox->y2 - crtc->x;
317 dstBox->y2 = tmp - crtc->y;
318 tmp = dstBox->x1;
319 dstBox->x1 = dstBox->x2;
320 dstBox->x2 = tmp;
331 BoxPtr dstBox, short src_w, short src_h, short drw_w,
348 intel_update_dst_box_to_crtc_coords(scrn, crtc, dstBox);
364 dstPitch, dstPitch2, dstBox,
381 BoxRec dstBox;
403 &dstBox,
427 &dstBox, src_w, src_h, drw_w, drw_h))