Lines Matching defs:stipple
19 uint8_t stipple, uint8_t opaque, int tx, int ty,
33 if (stipple == 0) {
34 val.stipple = XCreateBitmapFromData(dpy, t->draw, (char *)bitmap4x4, 4, 4);
36 char *b = (char *)bitmap8x8[stipple-1];
37 val.stipple = XCreateBitmapFromData(dpy, t->draw, b, 8, 8);
45 XFreePixmap(dpy, val.stipple);
77 uint8_t stipple = rand() % 4;
84 stipple, opaque, tx, ty,
88 stipple, opaque, tx, ty,
128 uint8_t stipple = rand() % 4;
135 stipple, opaque, tx, ty,
139 stipple, opaque, tx, ty,
189 uint8_t stipple = rand() % 4;
196 stipple, opaque, tx, ty,
200 stipple, opaque, tx, ty,