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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Cursors.c531 int source_width = cursor->bits->width; local in function:xf86_crtc_load_cursor_argb
541 if (xin < source_width && yin < source_height)
542 bits = cursor_source[yin * source_width + xin];
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Cursors.c609 int source_width = cursor->bits->width; local in function:xf86_crtc_load_cursor_argb
619 if (xin < source_width && yin < source_height)
620 bits = cursor_source[yin * source_width + xin];
/xsrc/external/mit/xorg-server.old/dist/randr/
H A Drrscreen.c281 int source_width = mode->mode.width; local in function:ProcRRSetScreenSize
287 source_width = mode->mode.height;
291 if (crtc->x + source_width > stuff->width ||
H A Drrcrtc.c918 int source_width; local in function:ProcRRSetCrtcConfig
929 RRModeGetScanoutSize (mode, &transform, &source_width, &source_height);
930 if (stuff->x + source_width > pScreen->width)
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrscreen.c271 int source_width = mode->mode.width; local in function:ProcRRSetScreenSize
276 source_width = mode->mode.height;
280 if (crtc->x + source_width > stuff->width ||
H A Drrcrtc.c1421 int source_width; local in function:ProcRRSetCrtcConfig
1442 RRModeGetScanoutSize(mode, &transform, &source_width,
1444 if (stuff->x + source_width > width) {

Completed in 10 milliseconds