Lines Matching defs:fill

3205 	Pixmap fill;
3218 fill = (Pixmap) ui_create_glyph(8, 8,
3223 XSetStipple(g_display, g_gc, fill);
3228 ui_destroy_glyph((RD_HGLYPH) fill);
3236 fill = (Pixmap) ui_create_glyph(8, 8, ipattern);
3240 XSetStipple(g_display, g_gc, fill);
3245 ui_destroy_glyph((RD_HGLYPH) fill);
3249 fill = (Pixmap) ui_create_bitmap(8, 8, brush->bd->data);
3251 XSetTile(g_display, g_gc, fill);
3256 ui_destroy_bitmap((RD_HBITMAP) fill);
3260 fill = (Pixmap) ui_create_glyph(8, 8, brush->bd->data);
3264 XSetStipple(g_display, g_gc, fill);
3269 ui_destroy_glyph((RD_HGLYPH) fill);
3390 Pixmap fill;
3403 unimpl("fill mode %d\n", fillmode);
3419 fill = (Pixmap) ui_create_glyph(8, 8,
3424 XSetStipple(g_display, g_gc, fill);
3429 ui_destroy_glyph((RD_HGLYPH) fill);
3437 fill = (Pixmap) ui_create_glyph(8, 8, ipattern);
3441 XSetStipple(g_display, g_gc, fill);
3446 ui_destroy_glyph((RD_HGLYPH) fill);
3450 fill = (Pixmap) ui_create_bitmap(8, 8, brush->bd->data);
3452 XSetTile(g_display, g_gc, fill);
3457 ui_destroy_bitmap((RD_HBITMAP) fill);
3461 fill = (Pixmap) ui_create_glyph(8, 8, brush->bd->data);
3465 XSetStipple(g_display, g_gc, fill);
3470 ui_destroy_glyph((RD_HGLYPH) fill);
3507 Pixmap fill;
3524 fill = (Pixmap) ui_create_glyph(8, 8,
3529 XSetStipple(g_display, g_gc, fill);
3534 ui_destroy_glyph((RD_HGLYPH) fill);
3542 fill = (Pixmap) ui_create_glyph(8, 8, ipattern);
3546 XSetStipple(g_display, g_gc, fill);
3551 ui_destroy_glyph((RD_HGLYPH) fill);
3555 fill = (Pixmap) ui_create_bitmap(8, 8, brush->bd->data);
3557 XSetTile(g_display, g_gc, fill);
3562 ui_destroy_bitmap((RD_HBITMAP) fill);
3566 fill = (Pixmap) ui_create_glyph(8, 8, brush->bd->data);
3570 XSetStipple(g_display, g_gc, fill);
3575 ui_destroy_glyph((RD_HGLYPH) fill);