Searched refs:bw2 (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dadd_window.c119 int bw2; local in function:AddWindow
540 bw2 = tmp_win->frame_bw * 2; // Used repeatedly later
862 "DEBUG[DontMoveOff]: win: %dx%d+%d+%d, screen: %dx%d, bw2: %d, bw3D: %d\n",
866 bw2, tmp_win->frame_bw3D);
875 - 2 * tmp_win->frame_bw3D - bw2;
906 - 2 * tmp_win->frame_bw3D - bw2;
1060 AddingW = tmp_win->attr.width + bw2 + 2 * tmp_win->frame_bw3D;
1062 bw2 + 2 * tmp_win->frame_bw3D;
1075 tmp_win->frame_width = AddingW - bw2;
1076 tmp_win->frame_height = AddingH - bw2;
[all...]
H A Dwin_resize.c1324 int lastx, lasty, bw2; local in function:resizeFromCenter
1326 bw2 = tmp_win->frame_bw * 2;
1327 AddingW = tmp_win->attr.width + bw2 + 2 * tmp_win->frame_bw3D;
1328 AddingH = tmp_win->attr.height + tmp_win->title_height + bw2 + 2 *
/xsrc/external/mit/libXaw/dist/src/
H A DTree.c730 Dimension bw2 = (Dimension)(w->core.border_width * 2); local in function:compute_bounding_box_subtree
740 newwidth = (Dimension)((horiz ? w->core.width : w->core.height) + bw2);
748 tc->tree.bbwidth = (Dimension)(w->core.width + bw2);
749 tc->tree.bbheight = (Dimension)(w->core.height + bw2);
841 Dimension bw2 = (Dimension)(w->core.border_width * 2); local in function:arrange_subtree
852 int myh = (w->core.height + bw2);
859 int myw = (w->core.width + bw2);
/xsrc/external/mit/libXt/dist/src/
H A DGeometry.c82 int bw2; local in function:ClearRectObjAreas
84 bw2 = old->border_width << 1;
87 (unsigned) (old->width + bw2), (unsigned) (old->height + bw2),
90 bw2 = r->rectangle.border_width << 1;
93 (unsigned int) (r->rectangle.width + bw2),
94 (unsigned int) (r->rectangle.height + bw2), TRUE);
H A DSetValues.c450 int bw2 = r->rectangle.border_width << 1; local in function:XtSetValues
457 (unsigned) (r->rectangle.width + bw2),
458 (unsigned) (r->rectangle.height + bw2), TRUE);
/xsrc/external/mit/twm/dist/src/
H A Dadd_window.c156 int bw2; local in function:AddWindow
346 bw2 = tmp_win->frame_bw * 2;
510 AddingW = tmp_win->attr.width + bw2;
511 AddingH = tmp_win->attr.height + tmp_win->title_height + bw2;
623 dy += (bw2 + tmp_win->title_height + 1);
694 AddingW -= bw2;
695 AddingH -= bw2;
697 AddingW += bw2;
698 AddingH += bw2;
711 tmp_win->attr.width = AddingW - bw2;
[all...]
H A Dmenus.c1120 int lastx, lasty, bw2; local in function:resizeFromCenter
1126 bw2 = tmp_win->frame_bw * 2;
1127 AddingW = tmp_win->attr.width + bw2;
1128 AddingH = tmp_win->attr.height + tmp_win->title_height + bw2;

Completed in 14 milliseconds