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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Cursors.c532 int source_height = cursor->bits->height; local in function:xf86_crtc_load_cursor_argb
541 if (xin < source_width && yin < source_height)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Cursors.c610 int source_height = cursor->bits->height; local in function:xf86_crtc_load_cursor_argb
619 if (xin < source_width && yin < source_height)
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrscreen.c282 int source_height = mode->mode.height; local in function:ProcRRSetScreenSize
288 source_height = mode->mode.width;
292 crtc->y + source_height > stuff->height)
H A Drrcrtc.c919 int source_height; local in function:ProcRRSetCrtcConfig
929 RRModeGetScanoutSize (mode, &transform, &source_width, &source_height);
937 if (stuff->y + source_height > pScreen->height)
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrscreen.c272 int source_height = mode->mode.height; local in function:ProcRRSetScreenSize
277 source_height = mode->mode.width;
281 crtc->y + source_height > stuff->height)
H A Drrcrtc.c1422 int source_height; local in function:ProcRRSetCrtcConfig
1443 &source_height);
1450 if (stuff->y + source_height > height) {

Completed in 28 milliseconds