Lines Matching refs:crtc_box
1704 i830_crtc_box (xf86CrtcPtr crtc, BoxPtr crtc_box)
1708 crtc_box->x1 = crtc->x;
1709 crtc_box->x2 = crtc->x + xf86ModeWidth (&crtc->mode, crtc->rotation);
1710 crtc_box->y1 = crtc->y;
1711 crtc_box->y2 = crtc->y + xf86ModeHeight (&crtc->mode, crtc->rotation);
1714 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
1739 BoxRec crtc_box, cover_box;
1755 i830_crtc_box (crtc, &crtc_box);
1756 i830_box_intersect (&cover_box, &crtc_box, box);
1760 *crtc_box_ret = crtc_box;
1765 *crtc_box_ret = crtc_box;
2186 BoxRec crtc_box;
2189 &crtc_box);
2194 REGION_INIT (pScreen, &crtc_region_local, &crtc_box, 1);