Searched refs:fill_color_id (Results 1 – 6 of 6) sorted by relevance
| /GUIX-v6.2.1/common/inc/ |
| D | gx_context.h | 60 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);
|
| D | gx_api.h | 3777 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/ |
| D | gxe_context_fill_color_set.c | 70 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()
|
| D | gxe_context_brush_define.c | 73 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()
|
| D | gx_context_fill_color_set.c | 70 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()
|
| D | gx_context_brush_define.c | 75 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()
|