Home
last modified time | relevance | path

Searched refs:cover_box (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Dvblank.c161 BoxRec crtc_box, cover_box; in ms_covering_xf86_crtc() local
183 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() local
255 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()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c3353 BoxRec crtc_box, cover_box; in xf86_covering_crtc() local
3364 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()