Lines Matching defs:crtc_box
54 radeon_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box)
57 crtc_box->x1 = crtc->x;
58 crtc_box->x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
59 crtc_box->y1 = crtc->y;
60 crtc_box->y2 = crtc->y + xf86ModeHeight(&crtc->mode, crtc->rotation);
62 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
83 BoxRec box, crtc_box, cover_box;
114 radeon_crtc_box(crtc, &crtc_box);
115 radeon_box_intersect(&cover_box, &crtc_box, &box);