Lines Matching refs:tt
10 static void fill_rect(struct test_target *tt,
18 XChangeGC(tt->dpy->dpy, tt->gc, GCFunction | GCForeground, &val);
20 XFillRectangle(tt->dpy->dpy, tt->draw, tt->gc, x, y, w, h);
23 static void clear(struct test_target *tt)
25 fill_rect(tt,
27 0, 0, tt->width, tt->height);
68 static void _put(struct test_target *tt,
76 test_init_image(&image, &tt->dpy->shm, tt->format, w, h);
82 XChangeGC(tt->dpy->dpy, tt->gc, GCFunction, &val);
84 XShmPutImage(tt->dpy->dpy, tt->draw, tt->gc, &image,
86 XSync(tt->dpy->dpy, 1);
88 XPutImage(tt->dpy->dpy, tt->draw, tt->gc, &image,