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

/xsrc/external/mit/twm/dist/src/
H A Dicons.c41 #define iconWidth(w) (Scr->IconBorderWidth * 2 + w->icon_w_width) macro
117 w = roundUp(iconWidth(tmp_win), ir->stepx);
132 *final_x = ie->x + (ie->w - iconWidth(tmp_win)) / 2;
/xsrc/external/mit/ctwm/dist/
H A Dicons.c223 const int iconWidth = tmp_win->icon->border_width * 2 local in function:PlaceIcon
241 w = roundUp(iconWidth, ir->stepx);
269 w = roundUp(iconWidth, ir->stepx);
305 *final_x = ie->x + (ie->w - iconWidth) / 2;
308 *final_x = ie->x + ie->w - iconWidth;
312 *final_x = ie->x + ie->w - iconWidth;

Completed in 4 milliseconds