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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTree.c710 Dimension bw2 = w->core.border_width * 2; local
719 newwidth = ((horiz ? w->core.width : w->core.height) + bw2);
727 tc->tree.bbwidth = w->core.width + bw2;
728 tc->tree.bbheight = w->core.height + bw2;
828 Dimension bw2 = w->core.border_width * 2; local
839 int myh = (w->core.height + bw2);
846 int myw = (w->core.width + bw2);

Completed in 11 milliseconds