OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Jul 16 00:26:27 UTC 2026