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

/xsrc/external/mit/twm/dist/src/
H A Dresize.c1042 XRectangle newClip[2]; local in function:SetFrameShape
1064 newClip[0].x = (short) (tmp->title_x + tmp->frame_bw);
1065 newClip[0].y = 0;
1066 newClip[0].width = (unsigned short) tmp->title_width;
1067 newClip[0].height = (unsigned short) Scr->TitleHeight;
1068 newClip[1].x = 0;
1069 newClip[1].y = (short) tmp->title_height;
1070 newClip[1].width = (unsigned short) tmp->attr.width;
1071 newClip[1].height = (unsigned short) tmp->attr.height;
1073 newClip,
[all...]
/xsrc/external/mit/xclipboard/dist/
H A Dxclipboard.c135 ClipPtr newClip; local in function:NewClip
137 newClip = calloc (1, sizeof (ClipRec));
138 if (!newClip) {
140 return newClip;
142 newClip->prev = old;
145 newClip->next = old->next;
146 old->next = newClip;
148 return newClip;
/xsrc/external/mit/ctwm/dist/
H A Dwin_decorations.c540 XRectangle newClip[2]; local in function:SetFrameShape
562 newClip[0].x = tmp->title_x + tmp->frame_bw - tmp->frame_bw3D;
563 newClip[0].y = 0;
564 newClip[0].width = tmp->title_width + 2 * tmp->frame_bw3D;
565 newClip[0].height = Scr->TitleHeight + tmp->frame_bw3D;
566 newClip[1].x = 0;
567 newClip[1].y = tmp->title_height;
568 newClip[1].width = tmp->attr.width + 2 * tmp->frame_bw3D;
569 newClip[1].height = tmp->attr.height + 2 * tmp->frame_bw3D;
571 newClip,
[all...]

Completed in 9 milliseconds