Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c3398 RegionRec crtc_region_local; in xf86_crtc_clip_video_helper() local
3408 RegionInit(&crtc_region_local, &crtc_box, 1); in xf86_crtc_clip_video_helper()
3409 crtc_region = &crtc_region_local; in xf86_crtc_clip_video_helper()
3419 RegionUninit(&crtc_region_local); in xf86_crtc_clip_video_helper()