Searched refs:srcgv (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libX11/dist/src/
H A DCopyGC.c40 *srcgv = &srcGC->values; local in function:XCopyGC
61 destgv->function = srcgv->function;
64 destgv->plane_mask = srcgv->plane_mask;
67 destgv->foreground = srcgv->foreground;
70 destgv->background = srcgv->background;
73 destgv->line_width = srcgv->line_width;
76 destgv->line_style = srcgv->line_style;
79 destgv->cap_style = srcgv->cap_style;
82 destgv->join_style = srcgv->join_style;
85 destgv->fill_style = srcgv
[all...]

Completed in 2 milliseconds