Lines Matching refs:crtc_box
3321 x86_crtc_box(xf86CrtcPtr crtc, BoxPtr crtc_box) in x86_crtc_box() argument
3324 crtc_box->x1 = crtc->x; in x86_crtc_box()
3325 crtc_box->x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation); in x86_crtc_box()
3326 crtc_box->y1 = crtc->y; in x86_crtc_box()
3327 crtc_box->y2 = crtc->y + xf86ModeHeight(&crtc->mode, crtc->rotation); in x86_crtc_box()
3330 crtc_box->x1 = crtc_box->x2 = crtc_box->y1 = crtc_box->y2 = 0; in x86_crtc_box()
3353 BoxRec crtc_box, cover_box; in xf86_covering_crtc() local
3363 x86_crtc_box(crtc, &crtc_box); in xf86_covering_crtc()
3364 x86_crtc_box_intersect(&cover_box, &crtc_box, box); in xf86_covering_crtc()
3367 *crtc_box_ret = crtc_box; in xf86_covering_crtc()
3371 *crtc_box_ret = crtc_box; in xf86_covering_crtc()
3402 BoxRec crtc_box; in xf86_crtc_clip_video_helper() local
3405 &crtc_box); in xf86_crtc_clip_video_helper()
3408 RegionInit(&crtc_region_local, &crtc_box, 1); in xf86_crtc_clip_video_helper()