Searched refs:mode_height (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xf86-video-geode/dist/src/ |
| H A D | lx_display.c | 88 mode->mode_height = mode->panel_height = pMode->VDisplay; 129 mode->mode_height = mode->panel_height = pMode->VDisplay;
|
| /xsrc/external/mit/xf86-video-geode/dist/src/cim/ |
| H A D | cim_vg.c | 171 panel_mode.mode_height = dst_height; 366 tv_mode.mode_height = tv_mode.vactive; 444 if (mode_params->src_height != mode_params->mode_height) { 446 mode_params->mode_height; 448 (mode_params->mode_height - 1); 537 vg3_mode_height = mode_params->mode_height; 1391 current_display->mode_height = vg3_mode_height;
|
| H A D | cim_parm.h | 346 unsigned long mode_height; member in struct:tagVGDisplayMode
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/tools/ |
| H A D | virtual.c | 989 static int mode_height(const XRRModeInfo *mode, Rotation rotation) function in typeref:typename:int 1089 height = mode_height(&clone->src.mode, clone->src.rotation); 1165 height = mode_height(&clone->src.mode, clone->src.rotation); 1347 mode_height(&output->mode, output->rotation))); 1357 v = (int)output->y + mode_height(&output->mode, output->rotation);
|
| /xsrc/external/mit/xrandr/dist/ |
| H A D | xrandr.c | 450 mode_height (XRRModeInfo *mode_info, Rotation rotation) function in typeref:typename:int 540 int height = mode_height (mode_info, rotation); 2012 output->y = relation->y - mode_height (output->mode_info, output->rotation); 2016 output->y = relation->y + mode_height (relation->mode_info, relation->rotation);
|
| /xsrc/external/mit/xf86-video-intel/dist/tools/ |
| H A D | virtual.c | 1053 static int mode_height(const XRRModeInfo *mode, Rotation rotation) function in typeref:typename:int 1153 height = mode_height(&clone->src.mode, clone->src.rotation); 1229 height = mode_height(&clone->src.mode, clone->src.rotation); 1472 mode_height(&output->mode, output->rotation))); 1482 v = (int)output->y + mode_height(&output->mode, output->rotation);
|
Completed in 23 milliseconds