Home
last modified time | relevance | path

Searched refs:fill_color_id (Results 1 – 6 of 6) sorted by relevance

/GUIX-v6.2.1/common/inc/
Dgx_context.h60 UINT _gx_context_brush_define(GX_RESOURCE_ID line_color_id, GX_RESOURCE_ID fill_color_id, UINT styl…
66 UINT _gx_context_fill_color_set(GX_RESOURCE_ID fill_color_id);
91 UINT _gxe_context_brush_define(GX_RESOURCE_ID line_color_id, GX_RESOURCE_ID fill_color_id, UINT sty…
98 UINT _gxe_context_fill_color_set(GX_RESOURCE_ID fill_color_id);
Dgx_api.h3777 UINT _gx_context_brush_define(GX_RESOURCE_ID line_color_id, GX_RESOURCE_ID fill_color_id, UINT styl…
3784 UINT _gx_context_fill_color_set(GX_RESOURCE_ID fill_color_id);
5259 UINT _gxe_context_brush_define(GX_RESOURCE_ID line_color_id, GX_RESOURCE_ID fill_color_id, UINT sty…
5266 UINT _gxe_context_fill_color_set(GX_RESOURCE_ID fill_color_id);
/GUIX-v6.2.1/common/src/
Dgxe_context_fill_color_set.c70 UINT _gxe_context_fill_color_set(GX_RESOURCE_ID fill_color_id) in _gxe_context_fill_color_set() argument
81 status = _gx_context_fill_color_set(fill_color_id); in _gxe_context_fill_color_set()
Dgxe_context_brush_define.c73 UINT _gxe_context_brush_define(GX_RESOURCE_ID line_color_id, GX_RESOURCE_ID fill_color_id, UINT sty… in _gxe_context_brush_define() argument
84 status = _gx_context_brush_define(line_color_id, fill_color_id, style); in _gxe_context_brush_define()
Dgx_context_fill_color_set.c70 UINT _gx_context_fill_color_set(GX_RESOURCE_ID fill_color_id) in _gx_context_fill_color_set() argument
76 status = _gx_context_color_get(fill_color_id, &fillcolor); in _gx_context_fill_color_set()
Dgx_context_brush_define.c75 UINT _gx_context_brush_define(GX_RESOURCE_ID line_color_id, GX_RESOURCE_ID fill_color_id, UINT styl… in _gx_context_brush_define() argument
89 status = _gx_context_color_get(fill_color_id, &fillcolor); in _gx_context_brush_define()