Home | History | Annotate | Download | only in motif_l

Lines Matching defs:font_gc

2287     GC font_gc;
2363 font_gc=XCreateGC(dpy, canvas, NULL, 0);
2364 XSetBackground(dpy, font_gc, 0);
2365 XSetFont(dpy, font_gc, font->fid);
2368 XSetForeground(dpy, font_gc, 0);
2369 XFillRectangle(dpy, canvas, font_gc, 0, 0,
2371 XSetForeground(dpy, font_gc, 1);
2413 XDrawString(dpy, canvas, font_gc, xp, yp, str3, strlen(str3));
2554 XPutImage(dpy, item->bitmap, font_gc, item->ximage, 0, 0, 0, 0,
2561 XFreeGC(dpy, font_gc);