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

  /xsrc/external/mit/ctwm/dist/
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...]
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++;
win_decorations_init.c 49 Scr->TBInfo.width = (Scr->TitleHeight -
screen.h 767 int TitleHeight;
win_ops.c 114 Scr->TitleHeight, Scr->TitleShadowDepth,
iconmgr.c 513 Scr->TitleHeight / 4);
599 Scr->TitleHeight / 4);
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/
screen.h 205 int TitleHeight; /* height of the title bar window */
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)
twm.c 548 Scr->TitleHeight = Scr->TitleBarFont.height + Scr->FramePadding * 2;
550 if (!(Scr->TitleHeight & 1))
551 Scr->TitleHeight++;
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);
iconmgr.c 270 tbx + (x - tbx) / 2, Scr->TitleHeight / 4);
menus.c 295 Scr->TBInfo.width = (Scr->TitleHeight -

Completed in 14 milliseconds