Searched refs:fillcolor (Results 1 – 2 of 2) sorted by relevance
74 GX_COLOR fillcolor; in _gx_context_fill_color_set() local76 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()
83 GX_COLOR fillcolor; in _gx_context_brush_define() local89 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()