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

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_display.c87 mode->mode_width = mode->panel_width = pMode->HDisplay;
128 mode->mode_width = mode->panel_width = pMode->HDisplay;
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_vg.c170 panel_mode.mode_width = dst_width;
365 tv_mode.mode_width = tv_mode.hactive;
433 if (mode_params->src_width != mode_params->mode_width) {
435 mode_params->mode_width;
437 (mode_params->mode_width - 1);
536 vg3_mode_width = mode_params->mode_width;
1390 current_display->mode_width = vg3_mode_width;
H A Dcim_parm.h345 unsigned long mode_width; member in struct:tagVGDisplayMode
/xsrc/external/mit/xf86-video-intel-2014/dist/tools/
H A Dvirtual.c1003 static int mode_width(const XRRModeInfo *mode, Rotation rotation) function in typeref:typename:int
1088 width = mode_width(&clone->src.mode, clone->src.rotation);
1164 width = mode_width(&clone->src.mode, clone->src.rotation);
1346 mode_width(&output->mode, output->rotation),
1354 v = (int)output->x + mode_width(&output->mode, output->rotation);
/xsrc/external/mit/xrandr/dist/
H A Dxrandr.c465 mode_width (XRRModeInfo *mode_info, Rotation rotation) function in typeref:typename:int
539 int width = mode_width (mode_info, rotation);
2004 output->x = relation->x - mode_width (output->mode_info, output->rotation);
2008 output->x = relation->x + mode_width (relation->mode_info, relation->rotation);
/xsrc/external/mit/xf86-video-intel/dist/tools/
H A Dvirtual.c1067 static int mode_width(const XRRModeInfo *mode, Rotation rotation) function in typeref:typename:int
1152 width = mode_width(&clone->src.mode, clone->src.rotation);
1228 width = mode_width(&clone->src.mode, clone->src.rotation);
1471 mode_width(&output->mode, output->rotation),
1479 v = (int)output->x + mode_width(&output->mode, output->rotation);

Completed in 23 milliseconds