Lines Matching defs:crtc_box
129 radeon_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box)
132 crtc_box->x1 = crtc->x;
133 crtc_box->x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
134 crtc_box->y1 = crtc->y;
135 crtc_box->y2 = crtc->y + xf86ModeHeight(&crtc->mode, crtc->rotation);
137 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
168 BoxRec box, crtc_box, cover_box;
197 radeon_crtc_box(crtc, &crtc_box);
198 radeon_box_intersect(&cover_box, &crtc_box, &box);
220 BoxRec crtc_box, cover_box;
230 radeon_crtc_box(crtc, &crtc_box);
231 radeon_box_intersect(&cover_box, &crtc_box, box);
234 *crtc_box_ret = crtc_box;
237 *crtc_box_ret = crtc_box;
267 BoxRec crtc_box;
270 &crtc_box);
273 REGION_INIT (pScreen, &crtc_region_local, &crtc_box, 1);