Searched refs:GX_BRUSH (Results 1 – 25 of 210) sorted by relevance
123456789
| /GUIX-v6.2.1/common/inc/ |
| D | gx_context.h | 54 UINT _gx_brush_default(GX_BRUSH *brush); 55 UINT _gx_brush_define(GX_BRUSH *brush, GX_COLOR line_color, GX_COLOR fill_color, UINT style); 57 UINT _gx_context_brush_get(GX_BRUSH **return_brush); 58 UINT _gx_context_brush_set(GX_BRUSH *brush); 87 UINT _gxe_brush_define(GX_BRUSH *brush, GX_COLOR line_color, GX_COLOR fill_color, UINT style); 88 UINT _gxe_brush_default(GX_BRUSH *brush); 92 UINT _gxe_context_brush_get(GX_BRUSH **return_brush); 93 UINT _gxe_context_brush_set(GX_BRUSH *brush);
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_text_scroll_wheel_draw_with_alpha.c | 62 GX_BRUSH* brush; in test_numeric_wheel_draw() 71 GX_BRUSH* brush; in test_string_wheel_draw()
|
| D | validation_guix_all_widgets_16bpp_rotated_pie_fill.c | 92 GX_BRUSH *brush; in test_graphics_draw() 115 GX_BRUSH *brush; in test_invalid_graphics_draw()
|
| D | validation_guix_all_widgets_16bpp_rotated_pixelmap_draw.c | 104 GX_BRUSH *brush; in pixelmap_window_draw() 162 GX_BRUSH *brush; in pixelmap_window_invalid_map_draw() 200 GX_BRUSH *brush; in pixelmap_window_invalid_alphamap_draw()
|
| D | validation_guix_all_widgets_16bpp_rotated_arc_fill.c | 106 GX_BRUSH *brush; in test_graphics_draw() 142 GX_BRUSH *brush; in test_invalid_graphics_draw()
|
| D | validation_guix_all_widgets_8bpp_rotated_cw_pixelmap_draw.c | 84 GX_BRUSH *brush; in pixelmap_window_draw() 131 GX_BRUSH *brush; in pixelmap_window_invalid_map_draw()
|
| D | validation_guix_all_widgets_24xrgb_rotated_cw_pixelmap_draw.c | 108 GX_BRUSH *brush; in pixelmap_window_draw() 156 GX_BRUSH *brush; in pixelmap_window_invalid_map_draw()
|
| D | validation_guix_1bpp_horizontal_line_draw.c | 76 GX_BRUSH *brush = GX_NULL; in test_line_win_draw()
|
| D | validation_guix_332rgb_simple_line_alpha_draw.c | 64 GX_BRUSH *brush = GX_NULL; in test_line_win_draw()
|
| D | validation_guix_all_widgets_16bpp_rotated_horizontal_pixelmap_line_draw.c | 75 GX_BRUSH *brush; in test_graphics_draw()
|
| D | validation_guix_565rgb_simple_line_draw.c | 66 GX_BRUSH *brush; in test_line_win_draw()
|
| D | validation_guix_all_widgets_24xrgb_rotated_cw_horizontal_pixelmap_line_draw.c | 77 GX_BRUSH *brush; in test_graphics_draw()
|
| D | validation_guix_display_driver_8bpp_horizontal_line_draw.c | 62 GX_BRUSH *brush; in test_line_wind_draw()
|
| /GUIX-v6.2.1/common/src/ |
| D | gx_context_brush_get.c | 73 UINT _gx_context_brush_get(GX_BRUSH **return_brush) in _gx_context_brush_get()
|
| D | gx_context_brush_set.c | 70 UINT _gx_context_brush_set(GX_BRUSH *brush) in _gx_context_brush_set()
|
| D | gx_context_brush_default.c | 73 GX_BRUSH *brush; in _gx_context_brush_default()
|
| D | gxe_brush_default.c | 69 UINT _gxe_brush_default(GX_BRUSH *brush) in _gxe_brush_default()
|
| D | gxe_context_brush_set.c | 69 UINT _gxe_context_brush_set(GX_BRUSH *brush) in _gxe_context_brush_set()
|
| D | gxe_context_brush_get.c | 70 UINT _gxe_context_brush_get(GX_BRUSH **return_brush) in _gxe_context_brush_get()
|
| 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()
|
| 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()
|
| D | gx_brush_default.c | 69 UINT _gx_brush_default(GX_BRUSH *brush) in _gx_brush_default()
|
| D | gx_context_raw_brush_define.c | 75 GX_BRUSH *brush; in _gx_context_raw_brush_define()
|
| D | gx_context_brush_define.c | 79 GX_BRUSH *brush; in _gx_context_brush_define()
|
| /GUIX-v6.2.1/test/example_internal/alphamap_32bpp/ |
| D | alphamap_32bpp.c | 64 GX_BRUSH *brush; in pixelmap_wnd_draw()
|
123456789