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

/xsrc/external/mit/libXaw/dist/src/
H A DSimpleMenu.c1109 int width_kid, height_kid, tmp_w, tmp_h; local in function:Layout
1171 width = (Dimension)(tmp_w = tmp_h = (int)(n = 0));
1195 if (height > tmp_h)
1196 tmp_h = height;
1202 height = (Dimension)(tmp_h + smw->simple_menu.bottom_margin);
1220 tmp_h = vadd;
1231 if (n && (tmp_h + height_kid + smw->simple_menu.bottom_margin
1237 tmp_h = height_kid + vadd;
1240 y_ins = (short)tmp_h;
1241 tmp_h
1618 int width, height, tmp_w, tmp_h, max_dim; local in function:CalculateNewSize
[all...]

Completed in 3 milliseconds