Lines Matching refs:crtc_box
2601 void intel_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box)
2604 crtc_box->x1 = crtc->x;
2605 crtc_box->x2 =
2607 crtc_box->y1 = crtc->y;
2608 crtc_box->y2 =
2611 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0;
2633 BoxRec crtc_box, cover_box;
2648 intel_crtc_box(crtc, &crtc_box);
2649 intel_box_intersect(&cover_box, &crtc_box, box);
2652 *crtc_box_ret = crtc_box;
2656 *crtc_box_ret = crtc_box;