OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newClip
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/twm/dist/src/
resize.c
1042
XRectangle
newClip
[2];
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
, 2, ShapeSet, YXBanded)
[
all
...]
/xsrc/external/mit/xclipboard/dist/
xclipboard.c
133
NewClip
(Widget w, ClipPtr old)
135
ClipPtr
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
;
403
currentClip =
NewClip
(text, currentClip)
[
all
...]
/xsrc/external/mit/ctwm/dist/
win_decorations.c
540
XRectangle
newClip
[2];
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
, 2, ShapeSet, YXBanded)
[
all
...]
Completed in 8 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026