| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | basic-stippledrect.c | 18 XRectangle *clip, int nclip, 41 if (nclip) 42 XSetClipRectangles(dpy, gc, 0, 0, clip, nclip, Unsorted); 161 int nclip, r, s; local in function:complex_clip_tests 173 nclip = (rand() % 16) + 2; 174 clip = malloc(sizeof(XRectangle)*nclip); 175 for (r = 0; r < nclip; r++) { 195 fill_rect(&out, alu, clip, nclip, 199 fill_rect(&ref, alu, clip, nclip, 17 fill_rect(struct test_target * t,uint8_t alu,XRectangle * clip,int nclip,uint8_t stipple,uint8_t opaque,int tx,int ty,int x,int y,int w,int h,uint32_t fg,uint32_t bg) argument
|
| H A D | basic-tiledrect.c | 63 XRectangle *clip, int nclip, 105 if (nclip) 106 XSetClipRectangles(dpy, gc, 0, 0, clip, nclip, Unsorted); 325 int nclip, r, s; local in function:complex_clip_tests 337 nclip = (rand() % 16) + 2; 338 clip = malloc(sizeof(XRectangle)*nclip); 339 for (r = 0; r < nclip; r++) { 358 fill_rect(&out, alu, clip, nclip, 362 fill_rect(&ref, alu, clip, nclip, 62 fill_rect(struct test_target * t,uint8_t alu,XRectangle * clip,int nclip,uint8_t tile,int tx,int ty,int x,int y,int w,int h,uint32_t fg,uint32_t bg) argument
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| H A D | basic-stippledrect.c | 18 XRectangle *clip, int nclip, 41 if (nclip) 42 XSetClipRectangles(dpy, gc, 0, 0, clip, nclip, Unsorted); 161 int nclip, r, s; local in function:complex_clip_tests 173 nclip = (rand() % 16) + 2; 174 clip = malloc(sizeof(XRectangle)*nclip); 175 for (r = 0; r < nclip; r++) { 195 fill_rect(&out, alu, clip, nclip, 199 fill_rect(&ref, alu, clip, nclip, 17 fill_rect(struct test_target * t,uint8_t alu,XRectangle * clip,int nclip,uint8_t stipple,uint8_t opaque,int tx,int ty,int x,int y,int w,int h,uint32_t fg,uint32_t bg) argument
|
| H A D | basic-tiledrect.c | 63 XRectangle *clip, int nclip, 105 if (nclip) 106 XSetClipRectangles(dpy, gc, 0, 0, clip, nclip, Unsorted); 325 int nclip, r, s; local in function:complex_clip_tests 337 nclip = (rand() % 16) + 2; 338 clip = malloc(sizeof(XRectangle)*nclip); 339 for (r = 0; r < nclip; r++) { 358 fill_rect(&out, alu, clip, nclip, 362 fill_rect(&ref, alu, clip, nclip, 62 fill_rect(struct test_target * t,uint8_t alu,XRectangle * clip,int nclip,uint8_t tile,int tx,int ty,int x,int y,int w,int h,uint32_t fg,uint32_t bg) argument
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | xedit.c | 580 XmuScanline *clip, *oclip, *nclip; local in function:XeditInteractiveCallback 693 nclip = XmuNewScanline(0, 0, 0); 703 CLIP_DEFAULT(nclip, begin, ninfo, num_ninfo); 706 XmuScanlineAnd(oclip, nclip); 735 /* Reset oclip and nclip */ 737 XmuScanlineXor(nclip, nclip); 741 CLIP_PROPERTY(nclip, property, ninfo, num_ninfo); 744 XmuScanlineAnd(oclip, nclip); 752 XmuDestroyScanline(nclip); [all...] |