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

/xsrc/external/mit/ctwm/dist/
H A Dctwm_shutdown.c44 int gravx, gravy; local in function:RestoreWinConfig
72 GetGravityOffsets(tmp, &gravx, &gravy);
102 // by the rather confusing idiom ((gravy + 1) * border_width), which
104 if(gravy < 0) {
107 else if(gravy > 0) {
H A Dadd_window.c117 int gravx, gravy; /* gravity signs for positioning */ local in function:AddWindow
623 gravx = gravy = -1;
626 GetGravityOffsets(tmp_win, &gravx, &gravy);
1292 if(gravy < 0) {
1293 tmp_win->attr.y -= gravy * tmp_win->title_height;
1315 tmp_win->attr.y += gravy * delta;
H A Devent_handlers.c3684 int gravx, gravy; local in function:HandleConfigureRequest
3786 GetGravityOffsets(Tmp_win, &gravx, &gravy);
3792 y += gravy * bwdelta; /* ditto */
3798 y += (gravy < 0) ? bwdelta : -bwdelta;
3808 y = cre->y - ((gravy < 0) ? 0 : Tmp_win->title_height) - bw;
3809 y -= ((gravy < 0) ? 0 : Tmp_win->frame_bw3D);
/xsrc/external/mit/twm/dist/src/
H A Dtwm.c839 int gravx, gravy; local in function:RestoreWithdrawnLocation
849 GetGravityOffsets(tmp, &gravx, &gravy);
850 if (gravy < 0)
858 yoff = gravy;
870 xwc.y += gravy * tmp->frame_bw;
H A Dadd_window.c154 int gravx, gravy; /* gravity signs for positioning */ local in function:AddWindow
377 gravx = gravy = -1;
380 GetGravityOffsets(tmp_win, &gravx, &gravy);
720 if (gravy < 0)
721 tmp_win->attr.y -= gravy * tmp_win->title_height;
734 tmp_win->attr.y += gravy * delta;
H A Devents.c2254 int gravx, gravy; local in function:HandleConfigureRequest
2337 GetGravityOffsets(Tmp_win, &gravx, &gravy);
2344 y += gravy * bwdelta; /* ditto */
2349 y += (gravy < 0) ? bwdelta : -bwdelta;
2358 y = cre->y - ((gravy < 0) ? 0 : Tmp_win->title_height) - bw;

Completed in 14 milliseconds