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

/xsrc/external/mit/twm/dist/src/
H A Dicons.c42 #define iconHeight(w) (Scr->IconBorderWidth * 2 + w->icon_w_height) macro
118 h = roundUp(iconHeight(tmp_win), ir->stepy);
133 *final_y = ie->y + (ie->h - iconHeight(tmp_win)) / 2;
/xsrc/external/mit/ctwm/dist/
H A Dicons.c226 const int iconHeight = tmp_win->icon->border_width * 2 local in function:PlaceIcon
242 h = roundUp(iconHeight, ir->stepy);
270 h = roundUp(iconHeight, ir->stepy);
327 *final_y = ie->y + (ie->h - iconHeight) / 2;
330 *final_y = ie->y + ie->h - iconHeight;
334 *final_y = ie->y + ie->h - iconHeight;

Completed in 3 milliseconds