Searched refs:cover_box (Results 1 – 2 of 2) sorted by relevance
161 BoxRec crtc_box, cover_box; in ms_covering_xf86_crtc() local183 ms_box_intersect(&cover_box, &crtc_box, box); in ms_covering_xf86_crtc()184 coverage = ms_box_area(&cover_box); in ms_covering_xf86_crtc()227 BoxRec crtc_box, cover_box; in ms_covering_randr_crtc() local255 ms_box_intersect(&cover_box, &crtc_box, box); in ms_covering_randr_crtc()256 coverage = ms_box_area(&cover_box); in ms_covering_randr_crtc()
3353 BoxRec crtc_box, cover_box; in xf86_covering_crtc() local3364 x86_crtc_box_intersect(&cover_box, &crtc_box, box); in xf86_covering_crtc()3365 coverage = xf86_crtc_box_area(&cover_box); in xf86_covering_crtc()