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

/xsrc/external/mit/twm/dist/src/
H A Dresize.c1041 XRectangle newBounding[2]; local in function:SetFrameShape
1053 newBounding[0].x = (short) tmp->title_x;
1054 newBounding[0].y = (short) tmp->title_y;
1055 newBounding[0].width = (unsigned short) (tmp->title_width + fbw2);
1056 newBounding[0].height = (unsigned short) tmp->title_height;
1057 newBounding[1].x = (short) -tmp->frame_bw;
1058 newBounding[1].y = (short) Scr->TitleHeight;
1059 newBounding[1].width = (unsigned short) (tmp->attr.width + fbw2);
1060 newBounding[1].height = (unsigned short) (tmp->attr.height + fbw2);
1062 newBounding,
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dwin_decorations.c539 XRectangle newBounding[2]; local in function:SetFrameShape
551 newBounding[0].x = tmp->title_x - tmp->frame_bw3D;
552 newBounding[0].y = tmp->title_y - tmp->frame_bw3D;
553 newBounding[0].width = tmp->title_width + fbw2 + 2 * tmp->frame_bw3D;
554 newBounding[0].height = tmp->title_height;
555 newBounding[1].x = -tmp->frame_bw;
556 newBounding[1].y = Scr->TitleHeight;
557 newBounding[1].width = tmp->attr.width + fbw2 + 2 * tmp->frame_bw3D;
558 newBounding[1].height = tmp->attr.height + fbw2 + 2 * tmp->frame_bw3D;
560 newBounding,
[all...]

Completed in 4 milliseconds