1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
|
Copyright (c) 2005 X.Org Foundation L.L.C.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
$Header: /cvs/xtest/xtest/xts5/tset/Xlib8/XSetClipMask/XSetClipMask.m,v 1.2 2005-11-03 08:43:50 jmichael Exp $
Copyright (c) Applied Testing and Technology, Inc. 1995
All Rights Reserved.
>># Project: VSW5
>>#
>># File: xts5/tset/Xlib8/XSetClipMask/XSetClipMask.m
>>#
>># Description:
>># Tests for XSetClipMask()
>>#
>># Modifications:
>># $Log: stclpmsk.m,v $
>># Revision 1.2 2005-11-03 08:43:50 jmichael
>># clean up all vsw5 paths to use xts5 instead.
>>#
>># Revision 1.1.1.2 2005/04/15 14:05:32 anderson
>># Reimport of the base with the legal name in the copyright fixed.
>>#
>># Revision 8.0 1998/12/23 23:27:30 mar
>># Branch point for Release 5.0.2
>>#
>># Revision 7.0 1998/10/30 22:45:49 mar
>># Branch point for Release 5.0.2b1
>>#
>># Revision 6.0 1998/03/02 05:19:41 tbr
>># Branch point for Release 5.0.1
>>#
>># Revision 5.0 1998/01/26 03:16:11 tbr
>># Branch point for Release 5.0.1b1
>>#
>># Revision 4.0 1995/12/15 08:51:03 tbr
>># Branch point for Release 5.0.0
>>#
>># Revision 3.1 1995/12/15 00:51:41 andy
>># Prepare for GA Release
>>#
/*
Portions of this software are based on Xlib and X Protocol Test Suite.
We have used this material under the terms of its copyright, which grants
free use, subject to the conditions below. Note however that those
portions of this software that are based on the original Test Suite have
been significantly revised and that all such revisions are copyright (c)
1995 Applied Testing and Technology, Inc. Insomuch as the proprietary
revisions cannot be separated from the freely copyable material, the net
result is that use of this software is governed by the ApTest copyright.
Copyright (c) 1990, 1991 X Consortium
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of the X Consortium shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from the X Consortium.
Permission to use, copy, modify, distribute, and sell this software and
its documentation for any purpose is hereby granted without fee,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of UniSoft not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission. UniSoft
makes no representations about the suitability of this software for any
purpose. It is provided "as is" without express or implied warranty.
*/
>>TITLE XSetClipMask Xlib8
void
XSetClipMask(display, gc, pixmap)
Display *display = Dsp;
GC gc;
Pixmap pixmap;
>>ASSERTION Good A
A call to xname sets the
.M clip_mask
component of the specified GC to the value of the
.A pixmap
argument.
>>STRATEGY
Create window, size W_STDWIDTHxW_STDHEIGHT (>=1x1), with
bg = background_pixel = W_BG.
Create 1x1 pixmap.
Set pixel at (0,0) in pixmap to 0.
Create GC with fg = W_FG.
Set clip_mask = pixmap with XSetClipMask
(Note, no drawing in pixmap after XSetClipMask() call as effect on
subsequent clipping is undefined).
Set pixel at (0,0) to fg with XDrawPoint.
Verify pixel at (0,0) is bg using XGetImage and XGetPixel.
Create another 1x1 pixmap.
Set pixel at (0,0) in pixmap to 1.
Set clip_mask = pixmap with XSetClipMask.
Set pixel at (0,0) to fg with XDrawPoint.
Verify pixel at (0,0) is fg using XGetImage and XGetPixel.
>>CODE
XVisualInfo *vp;
Window win;
XGCValues values;
Pixmap pmap;
resetvinf(VI_WIN);
nextvinf(&vp);
win = makewin(display, vp); /* background_pixel = W_BG */
pmap = XCreatePixmap( display, win, 1, 1, 1);
values.foreground = W_FG;
gc = XCreateGC(display, win, GCForeground, &values);
dset(display, pmap, 0);
pixmap = pmap;
XCALL;
XDrawPoint(display,win,gc,0,0);
if( ! checkpixel(display, win, 0,0, W_BG)) {
delete("Pixel at (0,0) was not set to background.");
return;
} else
CHECK;
XFreePixmap(display, pmap);
pmap = XCreatePixmap( display, win, 1, 1, 1);
dset(display, pmap, 1);
pixmap = pmap;
XCALL;
XDrawPoint(display,win,gc,0,0);
if( ! checkpixel(display, win, 0,0, W_FG)) {
report("Pixel at (0,0) was not set to foreground.");
FAIL;
} else
CHECK;
XFreePixmap(display, pmap);
XFreeGC(display, gc);
CHECKPASS(2);
>>ASSERTION Good A
When the
.A pixmap
argument is
.S None ,
then the
.M clip_mask
component of the specified
.A gc
has no effect on any subsequent graphics operation.
>>STRATEGY
Create window.
Create pixmap of window dimensions.
Create GC with clip_mask = pixmap.
Fill part of pixmap with {1,} using XFillRectangle.
Fill window using XFillRectangle.
Verify that pixels inside/outside clipping region are set to fg/bg.
Set the clip_mask to None with XSetClipMask.
Fill window using XFillRectangle.
Verify that pixels are set to fg.
>>CODE
XVisualInfo *vp;
Window win;
XGCValues values;
Pixmap pmap;
GC pgc;
struct area ar;
resetvinf(VI_WIN);
nextvinf(&vp);
win = makewin(display, vp); /* background_pixel = W_BG */
pmap = XCreatePixmap( display, win, W_STDWIDTH, W_STDHEIGHT,1);
dset(display, pmap, 0);
values.foreground = 1;
pgc = XCreateGC(display, pmap, GCForeground, &values);
XFillRectangle(display, pmap, pgc, 0,0, W_STDWIDTH/2,W_STDHEIGHT/2);
values.foreground = W_FG;
values.clip_mask = pmap;
gc = XCreateGC(display, win, GCForeground | GCClipMask, &values);
XFillRectangle(display, win, gc, 0,0, W_STDWIDTH, W_STDHEIGHT);
ar.x = ar.y = 0;
ar.width = W_STDWIDTH / 2;
ar.height = W_STDHEIGHT / 2;
if( checkarea(display, win, &ar, W_FG, W_BG, 0) == False) {
delete("check area failed - clipping is wrong.");
return;
} else
CHECK;
pixmap = None;
XCALL;
XFillRectangle(display, win, gc, 0,0, W_STDWIDTH, W_STDHEIGHT);
if( checkarea(display, win, (struct area *) 0, W_FG, W_BG, CHECK_IN) == False) {
report("Window was clipped with clip_mask = None.");
FAIL;
} else
CHECK;
CHECKPASS(2);
>>ASSERTION Bad B 1
.ER Alloc
>>ASSERTION Bad A
.ER GC
>>ASSERTION Bad A
When the
.A pixmap
argument is a pixmap and the
.A gc
and
.A pixmap
arguments were not created for the same root, then a
.S BadMatch
error occurs.
>>STRATEGY
If alternate root window is supported:
Create a pixmap(#1) of depth 1 for one root.
Create a pixmap(#2) of depth 1 for alternate root.
Created a gc for alternate root using pixmap #2.
Verify that a call to XSetClipMask generates a BadMatch error
when attempting to set gc's clip_mask to pixmap #1.
>>CODE BadMatch
XVisualInfo vi;
Pixmap errpm;
char *altroot;
int scr_num;
altroot = tet_getvar("XT_ALT_SCREEN");
if (altroot == NULL) {
delete("XT_ALT_SCREEN not set");
return;
}
if (*altroot == 'U') {
report("Only one root window supported");
tet_result(TET_UNSUPPORTED);
return;
}
scr_num = atoi(altroot);
if (scr_num == DefaultScreen(display)) {
delete("The alternate root window was the same as the one under test");
return;
}
if (scr_num >= ScreenCount(display)) {
delete("Screen given in XT_ALT_SCREEN could not be accessed");
return;
}
vi.visual = NULL;
vi.screen = DefaultScreen(display);
vi.depth = 1;
pixmap = makepixm(display, &vi);
errpm = XCreatePixmap(display, RootWindow(display, scr_num), 1, 1, 1);
A_GC = makegc(display, errpm);
XCALL;
if (geterr() == BadMatch)
PASS;
else
FAIL;
XFreePixmap(display, errpm);
>>ASSERTION Bad A
When the
.A pixmap
argument does not have depth 1, then a
.S BadMatch
error occurs.
>>STRATEGY
If pixmap with depth other than one is supported:
Create pixmap with depth other than one.
Created gc using same root as pixmap.
Verify that a call to XSetClipMask generates a BadMatch error.
>>CODE BadMatch
if((pixmap = nondepth1pixmap(display, DRW(display))) == (Pixmap) 0) {
report("Only depth 1 pixmaps are supported.");
tet_result(TET_UNSUPPORTED);
return;
}
gc = XCreateGC(display, DRW(display), 0L, 0);
XCALL;
if (geterr() == BadMatch)
PASS;
else
FAIL;
XFreeGC(display, gc);
>>ASSERTION Bad A
.ER Pixmap
>># DOUBT kieron Doc. has .ER BadValue as an assertion but I can't
>># see how it can be generated with only two possibilities
>># for error which are both already covered
>># (naff gc -> BadGC and naff pixmap -> BadPixmap).
>># Perhaps the BadValue could come from a previous
>># XSet.... call that was elided with this into a
>># single Change GC request by Xlib. In that case
>># why doesn't XSetFont have .ER BadValue as an assertion?
>># How much note should be taken of elision/caching
>># and how tested, if at all?
>># RESOLVED kieron BadValue not possible.
>>#
>># HISTORY cal Completed Written in new format and style
>># HISTORY kieron Completed Global and pixel checking to do - 19/11/90
>># HISTORY dave Completed Final checking to do - 21/11/90
>># HISTORY cal Completed Writing code.
>># HISTORY kieron Completed checking, spot undefined ops. - 21/02/91
|