Searched refs:crtc_area (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_kms.c58 BoxRec crtc_area, overlap; local in function:window_belongs_to_crtc
65 crtc_area.x1 = crtc->x;
66 crtc_area.x2 = crtc->x + xf86ModeWidth(&crtc->mode, crtc->rotation);
67 crtc_area.y1 = crtc->y;
68 crtc_area.y2 = crtc->y + xf86ModeHeight(&crtc->mode, crtc->rotation);
69 overlap.x1 = crtc_area.x1 > x ? crtc_area.x1 : x;
70 overlap.x2 = crtc_area.x2 < x + w ? crtc_area.x2 : x + w;
71 overlap.y1 = crtc_area
[all...]

Completed in 2 milliseconds