Home
last modified time | relevance | path

Searched refs:fillcolor (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/common/src/
Dgx_context_fill_color_set.c74 GX_COLOR fillcolor; in _gx_context_fill_color_set() local
76 status = _gx_context_color_get(fill_color_id, &fillcolor); in _gx_context_fill_color_set()
81 context -> gx_draw_context_brush.gx_brush_fill_color = fillcolor; in _gx_context_fill_color_set()
Dgx_context_brush_define.c83 GX_COLOR fillcolor; in _gx_context_brush_define() local
89 status = _gx_context_color_get(fill_color_id, &fillcolor); in _gx_context_brush_define()
95 status = _gx_brush_define(brush, linecolor, fillcolor, style); in _gx_context_brush_define()