OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gc_vals
(Results
1 - 1
of
1
) sorted by relevancy
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
texture_from_pixmap.c
552
XGCValues
gc_vals
;
local
567
gc_vals
.function = GXcopy;
568
gc_vals
.foreground = WhitePixel(data->xdpy, DefaultScreen(data->xdpy));
569
gc_vals
.line_width = 3;
570
gc_vals
.line_style = LineSolid;
571
gc_vals
.fill_style = FillSolid;
575
&
gc_vals
);
576
gc_vals
.foreground = BlackPixel(data->xdpy, DefaultScreen(data->xdpy));
579
&
gc_vals
);
Completed in 6 milliseconds
Indexes created Fri Jul 31 00:23:59 UTC 2026