Home
last modified time | relevance | path

Searched refs:GX_BRUSH (Results 1 – 25 of 210) sorted by relevance

123456789

/GUIX-v6.2.1/common/inc/
Dgx_context.h54 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/
Dvalidation_guix_text_scroll_wheel_draw_with_alpha.c62 GX_BRUSH* brush; in test_numeric_wheel_draw()
71 GX_BRUSH* brush; in test_string_wheel_draw()
Dvalidation_guix_all_widgets_16bpp_rotated_pie_fill.c92 GX_BRUSH *brush; in test_graphics_draw()
115 GX_BRUSH *brush; in test_invalid_graphics_draw()
Dvalidation_guix_all_widgets_16bpp_rotated_pixelmap_draw.c104 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()
Dvalidation_guix_all_widgets_16bpp_rotated_arc_fill.c106 GX_BRUSH *brush; in test_graphics_draw()
142 GX_BRUSH *brush; in test_invalid_graphics_draw()
Dvalidation_guix_all_widgets_8bpp_rotated_cw_pixelmap_draw.c84 GX_BRUSH *brush; in pixelmap_window_draw()
131 GX_BRUSH *brush; in pixelmap_window_invalid_map_draw()
Dvalidation_guix_all_widgets_24xrgb_rotated_cw_pixelmap_draw.c108 GX_BRUSH *brush; in pixelmap_window_draw()
156 GX_BRUSH *brush; in pixelmap_window_invalid_map_draw()
Dvalidation_guix_1bpp_horizontal_line_draw.c76 GX_BRUSH *brush = GX_NULL; in test_line_win_draw()
Dvalidation_guix_332rgb_simple_line_alpha_draw.c64 GX_BRUSH *brush = GX_NULL; in test_line_win_draw()
Dvalidation_guix_all_widgets_16bpp_rotated_horizontal_pixelmap_line_draw.c75 GX_BRUSH *brush; in test_graphics_draw()
Dvalidation_guix_565rgb_simple_line_draw.c66 GX_BRUSH *brush; in test_line_win_draw()
Dvalidation_guix_all_widgets_24xrgb_rotated_cw_horizontal_pixelmap_line_draw.c77 GX_BRUSH *brush; in test_graphics_draw()
Dvalidation_guix_display_driver_8bpp_horizontal_line_draw.c62 GX_BRUSH *brush; in test_line_wind_draw()
/GUIX-v6.2.1/common/src/
Dgx_context_brush_get.c73 UINT _gx_context_brush_get(GX_BRUSH **return_brush) in _gx_context_brush_get()
Dgx_context_brush_set.c70 UINT _gx_context_brush_set(GX_BRUSH *brush) in _gx_context_brush_set()
Dgx_context_brush_default.c73 GX_BRUSH *brush; in _gx_context_brush_default()
Dgxe_brush_default.c69 UINT _gxe_brush_default(GX_BRUSH *brush) in _gxe_brush_default()
Dgxe_context_brush_set.c69 UINT _gxe_context_brush_set(GX_BRUSH *brush) in _gxe_context_brush_set()
Dgxe_context_brush_get.c70 UINT _gxe_context_brush_get(GX_BRUSH **return_brush) in _gxe_context_brush_get()
Dgx_brush_define.c75 UINT _gx_brush_define(GX_BRUSH *brush, GX_COLOR line_color, GX_COLOR fill_color, UINT style) in _gx_brush_define()
Dgxe_brush_define.c72 UINT _gxe_brush_define(GX_BRUSH *brush, GX_COLOR line_color, GX_COLOR fill_color, UINT style) in _gxe_brush_define()
Dgx_brush_default.c69 UINT _gx_brush_default(GX_BRUSH *brush) in _gx_brush_default()
Dgx_context_raw_brush_define.c75 GX_BRUSH *brush; in _gx_context_raw_brush_define()
Dgx_context_brush_define.c79 GX_BRUSH *brush; in _gx_context_brush_define()
/GUIX-v6.2.1/test/example_internal/alphamap_32bpp/
Dalphamap_32bpp.c64 GX_BRUSH *brush; in pixelmap_wnd_draw()

123456789