Searched refs:TitleHeight (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_decorations.c | 253 tmp_win->title_height = Scr->TitleHeight + bw; 556 newBounding[1].y = Scr->TitleHeight; 565 newClip[0].height = Scr->TitleHeight + tmp->frame_bw3D; 971 int h = (Scr->TitleHeight - 2 * Scr->FramePadding); 1099 int h = (Scr->TitleHeight - 2 * Scr->FramePadding); 1212 Scr->TitleHeight, Scr->TitleShadowDepth, 1256 (Scr->TitleHeight - logical_rect.height) / 2 + (- logical_rect.y), 1421 #define CORNERLEN (Scr->TitleHeight + tmp_win->frame_bw3D) 1429 tmp_win->title_x + tmp_win->title_width - Scr->TitleHeight, 1450 tmp_win->title_x + Scr->TitleHeight, [all...] |
| H A D | ctwm_main.c | 824 Scr->TitleHeight = Scr->TitleBarFont.height + Scr->FramePadding * 2; 826 Scr->TitleHeight += 2 * Scr->TitleShadowDepth; 829 if(!(Scr->TitleHeight & 1)) { 830 Scr->TitleHeight++;
|
| H A D | win_decorations_init.c | 49 Scr->TBInfo.width = (Scr->TitleHeight -
|
| H A D | screen.h | 767 int TitleHeight; member in struct:ScreenInfo
|
| H A D | win_ops.c | 114 Scr->TitleHeight, Scr->TitleShadowDepth,
|
| H A D | iconmgr.c | 513 Scr->TitleHeight / 4); 599 Scr->TitleHeight / 4);
|
| H A D | add_window.c | 585 tmp_win->title_height = Scr->TitleHeight + tmp_win->frame_bw; 1596 Scr->TitleHeight, tmp_win->frame_bw,
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | screen.h | 205 int TitleHeight; /* height of the title bar window */ member in struct:ScreenInfo
|
| H A D | resize.c | 799 title_height = Scr->TitleHeight + bw; 1058 newBounding[1].y = (short) Scr->TitleHeight; 1067 newClip[0].height = (unsigned short) Scr->TitleHeight; 1091 * : : | | | | : : ||-Scr->TitleHeight 1110 * | | | | |-Scr->TitleHeight 1130 * extra title height w/o bdr tmp->title_height = TitleHeight + frame_bw 1131 * title window height Scr->TitleHeight 1133 * client origin (0, Scr->TitleHeight + tmp->frame_bw)
|
| H A D | twm.c | 548 Scr->TitleHeight = Scr->TitleBarFont.height + Scr->FramePadding * 2; 550 if (!(Scr->TitleHeight & 1)) 551 Scr->TitleHeight++;
|
| H A D | add_window.c | 348 tmp_win->title_height = Scr->TitleHeight + tmp_win->frame_bw; 352 tmp_win->title_height = Scr->TitleHeight + tmp_win->frame_bw; 852 (unsigned int) Scr->TitleHeight, 1114 int h = (Scr->TitleHeight - 2 * Scr->FramePadding);
|
| H A D | iconmgr.c | 270 tbx + (x - tbx) / 2, Scr->TitleHeight / 4);
|
| H A D | menus.c | 295 Scr->TBInfo.width = (Scr->TitleHeight -
|
Completed in 39 milliseconds