HomeSort by: relevance | last modified time | path
    Searched refs:scr_height (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
x68kText.c 108 pPriv->scr_width, pPriv->scr_height,
x68k.h 81 int scr_height; /* screen height */ member in struct:_X68kScreenRec
x68kGraph.c 205 pPriv->scr_width, pPriv->scr_height,
218 pPriv->scr_width, pPriv->scr_height,
x68kConfig.c 572 x68kScreen[0].scr_height = mode->height;
  /xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/
x68kText.c 108 pPriv->scr_width, pPriv->scr_height,
x68k.h 79 int scr_height; /* screen height */ member in struct:_X68kScreenRec
x68kGraph.c 206 pPriv->scr_width, pPriv->scr_height,
219 pPriv->scr_width, pPriv->scr_height,
x68kConfig.c 557 x68kScreen[0].scr_height = mode->height;
  /xsrc/external/mit/libXaw/dist/src/
MenuButton.c 247 int scr_height = HeightOfScreen(XtScreen(menu)); local
249 if (menu_y + menu_height > scr_height)
252 menu_y = scr_height - menu_height;
SimpleMenu.c 1410 int scr_height = HeightOfScreen(XtScreen(w)); local
1412 if (y + height > scr_height)
1413 y = scr_height - height;
1793 int scr_height = HeightOfScreen(XtScreen(menu)); local
1795 if (menu_y + XtHeight(menu) > scr_height)
1796 menu_y = (Position)(scr_height - XtHeight(menu) - XtBorderWidth(menu));
Tip.c 487 int scr_height = HeightOfScreen(XtScreen(info->tip)); local
489 if (y + XtHeight(info->tip) + XtBorderWidth(info->tip) > scr_height)
  /xsrc/external/mit/xclipboard/dist/
xclipboard.c 275 int scr_height = HeightOfScreen (XtScreen(w)); local
276 if (y + (int)height > scr_height)
277 y = scr_height - height;

Completed in 17 milliseconds