Lines Matching refs:crtc_box
229 rr_crtc_box(RRCrtcPtr crtc, BoxPtr crtc_box)
232 crtc_box->x1 = crtc->x;
233 crtc_box->y1 = crtc->y;
238 crtc_box->x2 = crtc->x + crtc->mode->mode.width;
239 crtc_box->y2 = crtc->y + crtc->mode->mode.height;
243 crtc_box->x2 = crtc->x + crtc->mode->mode.height;
244 crtc_box->y2 = crtc->y + crtc->mode->mode.width;
248 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
275 BoxRec crtc_box, cover_box;
302 rr_crtc_box(crtc, &crtc_box);
303 box_intersect(&cover_box, &crtc_box, box);