HomeSort by: relevance | last modified time | path
    Searched defs:mode_height (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel/dist/tools/
virtual.c 1053 static int mode_height(const XRRModeInfo *mode, Rotation rotation) function
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);
  /xsrc/external/mit/xf86-video-intel-2014/dist/tools/
virtual.c 989 static int mode_height(const XRRModeInfo *mode, Rotation rotation) function
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/
xrandr.c 450 mode_height (XRRModeInfo *mode_info, Rotation rotation) function
540 int height = mode_height (mode_info, rotation);
2018 output->y = relation->y - mode_height (output->mode_info, output->rotation);
2022 output->y = relation->y + mode_height (relation->mode_info, relation->rotation);
  /xsrc/external/mit/xf86-video-geode/dist/src/cim/
cim_parm.h 346 unsigned long mode_height; member in struct:tagVGDisplayMode

Completed in 58 milliseconds