| /GUIX-v6.2.1/common/src/ |
| D | gx_display_driver_generic_aliased_line_draw.c | 82 GX_COLOR line_color = brush -> gx_brush_line_color; in _gx_display_driver_generic_aliased_line_draw() local 140 blend_func(context, xstart, ystart, line_color, alpha); in _gx_display_driver_generic_aliased_line_draw() 151 blend_func(context, xend, yend, line_color, alpha); in _gx_display_driver_generic_aliased_line_draw() 162 blend_func(context, xstart, yend, line_color, alpha); in _gx_display_driver_generic_aliased_line_draw() 173 blend_func(context, xend, ystart, line_color, alpha); in _gx_display_driver_generic_aliased_line_draw() 219 blend_func(context, curx, cury, line_color, (GX_UBYTE)fore_alpha); in _gx_display_driver_generic_aliased_line_draw() 220 blend_func(context, curx, cury + y_sign, line_color, (GX_UBYTE)back_alpha); in _gx_display_driver_generic_aliased_line_draw() 223 blend_func(context, nextx, nexty, line_color, (GX_UBYTE)fore_alpha); in _gx_display_driver_generic_aliased_line_draw() 224 blend_func(context, nextx, nexty - y_sign, line_color, (GX_UBYTE)back_alpha); in _gx_display_driver_generic_aliased_line_draw() 249 blend_func(context, curx, cury, line_color, (GX_UBYTE)fore_alpha); in _gx_display_driver_generic_aliased_line_draw() [all …]
|
| D | gx_monochrome_driver_disabled_button_line_draw.c | 86 GX_COLOR line_color; in _gx_monochrome_driver_disabled_button_line_draw() local 98 _gx_context_color_get(button -> gx_widget_normal_fill_color, &line_color); in _gx_monochrome_driver_disabled_button_line_draw() 101 line_color = ~line_color; in _gx_monochrome_driver_disabled_button_line_draw() 103 _gx_context_raw_line_color_set(line_color); in _gx_monochrome_driver_disabled_button_line_draw()
|
| D | gx_display_driver_generic_aliased_fixed_point_line_draw.c | 88 GX_COLOR line_color = brush -> gx_brush_line_color; in _gx_display_driver_generic_aliased_fixed_point_line_draw() local 240 blend_func(context, curx, cury, line_color, (GX_UBYTE)fore_alpha); in _gx_display_driver_generic_aliased_fixed_point_line_draw() 241 blend_func(context, curx, cury + y_sign, line_color, (GX_UBYTE)back_alpha); in _gx_display_driver_generic_aliased_fixed_point_line_draw() 269 blend_func(context, curx, cury, line_color, (GX_UBYTE)fore_alpha); in _gx_display_driver_generic_aliased_fixed_point_line_draw() 270 blend_func(context, curx + x_sign, cury, line_color, (GX_UBYTE)back_alpha); in _gx_display_driver_generic_aliased_fixed_point_line_draw() 306 blend_func(context, curx, cury, line_color, (GX_UBYTE)fore_alpha); in _gx_display_driver_generic_aliased_fixed_point_line_draw() 314 blend_func(context, curx, cury + y_sign, line_color, (GX_UBYTE)back_alpha); in _gx_display_driver_generic_aliased_fixed_point_line_draw() 347 blend_func(context, curx, cury, line_color, (GX_UBYTE)fore_alpha); in _gx_display_driver_generic_aliased_fixed_point_line_draw() 355 blend_func(context, curx + x_sign, cury, line_color, (GX_UBYTE)back_alpha); in _gx_display_driver_generic_aliased_fixed_point_line_draw()
|
| D | gxe_context_raw_fill_color_set.c | 71 UINT _gxe_context_raw_fill_color_set(GX_COLOR line_color) in _gxe_context_raw_fill_color_set() argument 81 status = _gx_context_raw_fill_color_set(line_color); in _gxe_context_raw_fill_color_set()
|
| D | gxe_context_raw_line_color_set.c | 69 UINT _gxe_context_raw_line_color_set(GX_COLOR line_color) in _gxe_context_raw_line_color_set() argument 79 status = _gx_context_raw_line_color_set(line_color); in _gxe_context_raw_line_color_set()
|
| D | gxe_context_raw_brush_define.c | 77 UINT _gxe_context_raw_brush_define(GX_COLOR line_color, GX_COLOR fill_color, UINT style) in _gxe_context_raw_brush_define() argument 87 status = _gx_context_raw_brush_define(line_color, fill_color, style); in _gxe_context_raw_brush_define()
|
| D | gx_context_raw_fill_color_set.c | 70 UINT _gx_context_raw_fill_color_set(GX_COLOR line_color) in _gx_context_raw_fill_color_set() argument 79 display -> gx_display_driver_native_color_get(display, line_color); in _gx_context_raw_fill_color_set()
|
| D | gx_context_raw_line_color_set.c | 71 UINT _gx_context_raw_line_color_set(GX_COLOR line_color) in _gx_context_raw_line_color_set() argument 80 display -> gx_display_driver_native_color_get(display, line_color); in _gx_context_raw_line_color_set()
|
| D | gx_brush_define.c | 75 UINT _gx_brush_define(GX_BRUSH *brush, GX_COLOR line_color, GX_COLOR fill_color, UINT style) in _gx_brush_define() argument 79 brush -> gx_brush_line_color = line_color; in _gx_brush_define()
|
| D | gxe_brush_define.c | 72 UINT _gxe_brush_define(GX_BRUSH *brush, GX_COLOR line_color, GX_COLOR fill_color, UINT style) in _gxe_brush_define() argument 83 status = _gx_brush_define(brush, line_color, fill_color, style); in _gxe_brush_define()
|
| D | gx_context_raw_brush_define.c | 72 UINT _gx_context_raw_brush_define(GX_COLOR line_color, GX_COLOR fill_color, UINT style) in _gx_context_raw_brush_define() argument 83 display -> gx_display_driver_native_color_get(display, line_color), in _gx_context_raw_brush_define()
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_context.h | 55 UINT _gx_brush_define(GX_BRUSH *brush, GX_COLOR line_color, GX_COLOR fill_color, UINT style); 75 UINT _gx_context_raw_brush_define(GX_COLOR line_color, GX_COLOR fill_color, UINT style); 76 UINT _gx_context_raw_fill_color_set(GX_COLOR line_color); 77 UINT _gx_context_raw_line_color_set(GX_COLOR line_color); 87 UINT _gxe_brush_define(GX_BRUSH *brush, GX_COLOR line_color, GX_COLOR fill_color, UINT style); 104 UINT _gxe_context_raw_brush_define(GX_COLOR line_color, GX_COLOR fill_color, UINT style); 105 UINT _gxe_context_raw_fill_color_set(GX_COLOR line_color); 106 UINT _gxe_context_raw_line_color_set(GX_COLOR line_color);
|
| /GUIX-v6.2.1/test/example_internal/line_8bpp/ |
| D | demo_guix_line_8bpp.c | 19 GX_RESOURCE_ID line_color = GX_COLOR_ID_CANVAS; variable 195 line_color = prompt->gx_prompt_normal_text_color; in main_event_handler() 223 gx_context_brush_define(line_color, window ->gx_widget_normal_fill_color, brush_style); in line_win_draw()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_lines_24xrgb.c | 93 line_color = (GX_RESOURCE_ID)color_list[width_index].color_id; in control_thread_entry() 140 line_color = (GX_RESOURCE_ID)color_list[width_index].color_id; in control_thread_entry()
|
| /GUIX-v6.2.1/test/example_internal/lines/ |
| D | demo_guix_lines.c | 23 GX_RESOURCE_ID line_color = GX_COLOR_ID_CANVAS; variable 188 line_color = prompt->gx_prompt_normal_text_color; in main_event_handler() 219 gx_context_brush_define(line_color, window ->gx_widget_normal_fill_color, brush_style); in line_win_draw()
|
| D | old_lines_app.c | 37 GX_COLOR line_color; member 193 line_window.line_color = GX_COLOR_ID_BLUE; in demo_thread_entry() 372 gx_context_brush_define(win -> line_color, win ->gx_widget_normal_fill_color, brush_style); in line_win_draw()
|
| /GUIX-v6.2.1/test/example_internal/polygon_16bpp/ |
| D | demo_guix_polygon_16bpp.c | 13 GX_RESOURCE_ID line_color = GX_COLOR_ID_CANVAS; variable 226 gx_context_brush_define(line_color, fill_color, brush_style); in polygon_draw()
|
| /GUIX-v6.2.1/test/example_internal/polygon_32bpp/ |
| D | demo_guix_polygon_32bpp.c | 12 GX_RESOURCE_ID line_color = GX_COLOR_ID_CANVAS; variable 218 gx_context_brush_define(line_color, fill_color, brush_style); in polygon_draw()
|
| /GUIX-v6.2.1/test/example_internal/graphics_565rgb_synergy/ |
| D | demo_guix_graphics_565rgb_synergy.c | 12 GX_RESOURCE_ID line_color = GX_COLOR_ID_CANVAS; variable 251 gx_context_brush_define(line_color, fill_color, brush_style); in graphics_draw()
|
| /GUIX-v6.2.1/test/example_internal/graphics_32bpp_synergy/ |
| D | demo_guix_graphics_32bpp_synergy.c | 12 GX_RESOURCE_ID line_color = GX_COLOR_ID_CANVAS; variable 279 gx_context_brush_define(line_color, fill_color, brush_style); in graphics_draw()
|
| /GUIX-v6.2.1/test/example_internal/polygon_1bpp/ |
| D | demo_guix_polygon_1bpp.c | 58 GX_COLOR line_color; member 159 line_window.line_color = GX_1BPP_BLACK; in demo_thread_entry()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_1bpp/ |
| D | shapes_screen.c | 9 GX_RESOURCE_ID line_color = GX_COLOR_ID_BLACK; variable 240 gx_context_brush_define(line_color, fill_color, brush_style); in graphics_draw()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24xrgb_rotated_ccw_binary/ |
| D | shapes_screen.c | 8 GX_RESOURCE_ID line_color = GX_COLOR_ID_GRAY; variable 251 gx_context_brush_define(line_color, fill_color, brush_style); in graphics_draw()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_ccw_binary/ |
| D | shapes_screen.c | 8 GX_RESOURCE_ID line_color = GX_COLOR_ID_GRAY; variable 251 gx_context_brush_define(line_color, fill_color, brush_style); in graphics_draw()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_24xrgb_rotated_cw_binary/ |
| D | shapes_screen.c | 8 GX_RESOURCE_ID line_color = GX_COLOR_ID_GRAY; variable 251 gx_context_brush_define(line_color, fill_color, brush_style); in graphics_draw()
|