Searched refs:scr_height (Results 1 - 12 of 12) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/ |
| H A D | x68kText.c | 108 pPriv->scr_width, pPriv->scr_height,
|
| H A D | x68k.h | 79 int scr_height; /* screen height */ member in struct:_X68kScreenRec
|
| H A D | x68kGraph.c | 206 pPriv->scr_width, pPriv->scr_height, 219 pPriv->scr_width, pPriv->scr_height,
|
| H A D | x68kConfig.c | 557 x68kScreen[0].scr_height = mode->height;
|
| /xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/ |
| H A D | x68kText.c | 108 pPriv->scr_width, pPriv->scr_height,
|
| H A D | x68k.h | 81 int scr_height; /* screen height */ member in struct:_X68kScreenRec
|
| H A D | x68kGraph.c | 205 pPriv->scr_width, pPriv->scr_height, 218 pPriv->scr_width, pPriv->scr_height,
|
| H A D | x68kConfig.c | 572 x68kScreen[0].scr_height = mode->height;
|
| /xsrc/external/mit/libXaw/dist/src/ |
| H A D | MenuButton.c | 247 int scr_height = HeightOfScreen(XtScreen(menu)); local in function:PopupMenu 249 if (menu_y + menu_height > scr_height) 252 menu_y = scr_height - menu_height;
|
| H A D | SimpleMenu.c | 1410 int scr_height = HeightOfScreen(XtScreen(w)); local in function:MoveMenu 1412 if (y + height > scr_height) 1413 y = scr_height - height; 1793 int scr_height = HeightOfScreen(XtScreen(menu)); local in function:PopupSubMenu 1795 if (menu_y + XtHeight(menu) > scr_height) 1796 menu_y = (Position)(scr_height - XtHeight(menu) - XtBorderWidth(menu));
|
| H A D | Tip.c | 487 int scr_height = HeightOfScreen(XtScreen(info->tip)); local in function:TipPosition 489 if (y + XtHeight(info->tip) + XtBorderWidth(info->tip) > scr_height)
|
| /xsrc/external/mit/xclipboard/dist/ |
| H A D | xclipboard.c | 275 int scr_height = HeightOfScreen (XtScreen(w)); local in function:CenterWidgetAtPoint 276 if (y + (int)height > scr_height) 277 y = scr_height - height;
|
Completed in 15 milliseconds