Searched refs:scr_height (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/
H A Dx68kText.c108 pPriv->scr_width, pPriv->scr_height,
H A Dx68k.h79 int scr_height; /* screen height */ member in struct:_X68kScreenRec
H A Dx68kGraph.c206 pPriv->scr_width, pPriv->scr_height,
219 pPriv->scr_width, pPriv->scr_height,
H A Dx68kConfig.c557 x68kScreen[0].scr_height = mode->height;
/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
H A Dx68kText.c108 pPriv->scr_width, pPriv->scr_height,
H A Dx68k.h81 int scr_height; /* screen height */ member in struct:_X68kScreenRec
H A Dx68kGraph.c205 pPriv->scr_width, pPriv->scr_height,
218 pPriv->scr_width, pPriv->scr_height,
H A Dx68kConfig.c572 x68kScreen[0].scr_height = mode->height;
/xsrc/external/mit/libXaw/dist/src/
H A DMenuButton.c247 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 DSimpleMenu.c1410 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 DTip.c487 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 Dxclipboard.c275 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