HomeSort by: relevance | last modified time | path
    Searched defs:font_gc (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/nvi/dist/motif_l/
xtabbed.c 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);
2280 GC font_gc; local
    [all...]

Completed in 15 milliseconds