Home
last modified time | relevance | path

Searched refs:gx_brush_pattern_mask (Results 1 – 25 of 28) sorted by relevance

12

/GUIX-v6.2.1/common/src/
Dgx_canvas_line_draw.c262 context -> gx_draw_context_brush.gx_brush_pattern_mask >>= width; in _gx_canvas_line_draw()
274 if ((context -> gx_draw_context_brush.gx_brush_pattern_mask >> width) == 0) in _gx_canvas_line_draw()
276 context -> gx_draw_context_brush.gx_brush_pattern_mask <<= (32 - width); in _gx_canvas_line_draw()
280 context -> gx_draw_context_brush.gx_brush_pattern_mask >>= width; in _gx_canvas_line_draw()
302 context -> gx_draw_context_brush.gx_brush_pattern_mask >>= width; in _gx_canvas_line_draw()
314 if ((context -> gx_draw_context_brush.gx_brush_pattern_mask >> width) == 0) in _gx_canvas_line_draw()
316 context -> gx_draw_context_brush.gx_brush_pattern_mask <<= (32 - width); in _gx_canvas_line_draw()
320 context -> gx_draw_context_brush.gx_brush_pattern_mask >>= width; in _gx_canvas_line_draw()
Dgx_display_driver_16bpp_horizontal_pattern_line_draw.c98 mask = context -> gx_draw_context_brush.gx_brush_pattern_mask; in _gx_display_driver_16bpp_horizontal_pattern_line_draw()
123 context -> gx_draw_context_brush.gx_brush_pattern_mask = mask; in _gx_display_driver_16bpp_horizontal_pattern_line_draw()
Dgx_display_driver_8bpp_horizontal_pattern_line_draw.c97 mask = context -> gx_draw_context_brush.gx_brush_pattern_mask; in _gx_display_driver_8bpp_horizontal_pattern_line_draw()
122 context -> gx_draw_context_brush.gx_brush_pattern_mask = mask; in _gx_display_driver_8bpp_horizontal_pattern_line_draw()
Dgx_display_driver_32bpp_horizontal_pattern_line_draw.c94 mask = context -> gx_draw_context_brush.gx_brush_pattern_mask; in _gx_display_driver_32bpp_horizontal_pattern_line_draw()
119 context -> gx_draw_context_brush.gx_brush_pattern_mask = mask; in _gx_display_driver_32bpp_horizontal_pattern_line_draw()
Dgx_display_driver_8bpp_vertical_pattern_line_draw.c94 mask = context -> gx_draw_context_brush.gx_brush_pattern_mask; in _gx_display_driver_8bpp_vertical_pattern_line_draw()
122 context -> gx_draw_context_brush.gx_brush_pattern_mask = mask; in _gx_display_driver_8bpp_vertical_pattern_line_draw()
Dgx_display_driver_32bpp_vertical_pattern_line_draw.c94 mask = context -> gx_draw_context_brush.gx_brush_pattern_mask; in _gx_display_driver_32bpp_vertical_pattern_line_draw()
122 context -> gx_draw_context_brush.gx_brush_pattern_mask = mask; in _gx_display_driver_32bpp_vertical_pattern_line_draw()
Dgx_display_driver_16bpp_vertical_pattern_line_draw.c94 mask = context -> gx_draw_context_brush.gx_brush_pattern_mask; in _gx_display_driver_16bpp_vertical_pattern_line_draw()
122 context -> gx_draw_context_brush.gx_brush_pattern_mask = mask; in _gx_display_driver_16bpp_vertical_pattern_line_draw()
Dgx_display_driver_32bpp_rotated_horizontal_pattern_line_draw.c102 mask = context -> gx_draw_context_brush.gx_brush_pattern_mask; in _gx_display_driver_32bpp_rotated_horizontal_pattern_line_draw()
129 context -> gx_draw_context_brush.gx_brush_pattern_mask = mask; in _gx_display_driver_32bpp_rotated_horizontal_pattern_line_draw()
Dgx_display_driver_1bpp_vertical_pattern_line_draw.c94 pattern_mask = context -> gx_draw_context_brush.gx_brush_pattern_mask; in _gx_display_driver_1bpp_vertical_pattern_line_draw()
139 context -> gx_draw_context_brush.gx_brush_pattern_mask = pattern_mask; in _gx_display_driver_1bpp_vertical_pattern_line_draw()
Dgx_display_driver_4bpp_vertical_pattern_line_draw.c96 pattern_mask = context -> gx_draw_context_brush.gx_brush_pattern_mask; in _gx_display_driver_4bpp_vertical_pattern_line_draw()
140 context -> gx_draw_context_brush.gx_brush_pattern_mask = pattern_mask; in _gx_display_driver_4bpp_vertical_pattern_line_draw()
Dgx_display_driver_8bpp_rotated_horizontal_pattern_line_draw.c101 mask = context -> gx_draw_context_brush.gx_brush_pattern_mask; in _gx_display_driver_8bpp_rotated_horizontal_pattern_line_draw()
128 context -> gx_draw_context_brush.gx_brush_pattern_mask = mask; in _gx_display_driver_8bpp_rotated_horizontal_pattern_line_draw()
Dgx_display_driver_8bpp_rotated_vertical_pattern_line_draw.c104 mask = context -> gx_draw_context_brush.gx_brush_pattern_mask; in _gx_display_driver_8bpp_rotated_vertical_pattern_line_draw()
132 context -> gx_draw_context_brush.gx_brush_pattern_mask = mask; in _gx_display_driver_8bpp_rotated_vertical_pattern_line_draw()
Dgx_display_driver_32bpp_rotated_vertical_pattern_line_draw.c104 mask = context -> gx_draw_context_brush.gx_brush_pattern_mask; in _gx_display_driver_32bpp_rotated_vertical_pattern_line_draw()
132 context -> gx_draw_context_brush.gx_brush_pattern_mask = mask; in _gx_display_driver_32bpp_rotated_vertical_pattern_line_draw()
Dgx_display_driver_16bpp_rotated_horizontal_pattern_line_draw.c107 mask = context -> gx_draw_context_brush.gx_brush_pattern_mask; in _gx_display_driver_16bpp_rotated_horizontal_pattern_line_draw()
136 context -> gx_draw_context_brush.gx_brush_pattern_mask = mask; in _gx_display_driver_16bpp_rotated_horizontal_pattern_line_draw()
Dgx_display_driver_16bpp_rotated_vertical_pattern_line_draw.c104 mask = context -> gx_draw_context_brush.gx_brush_pattern_mask; in _gx_display_driver_16bpp_rotated_vertical_pattern_line_draw()
133 context -> gx_draw_context_brush.gx_brush_pattern_mask = mask; in _gx_display_driver_16bpp_rotated_vertical_pattern_line_draw()
Dgx_display_driver_4bpp_horizontal_pattern_line_draw.c91 mask = context -> gx_draw_context_brush.gx_brush_pattern_mask; in _gx_display_driver_4bpp_horizontal_pattern_line_draw()
137 context -> gx_draw_context_brush.gx_brush_pattern_mask = mask; in _gx_display_driver_4bpp_horizontal_pattern_line_draw()
Dgx_display_driver_1bpp_horizontal_pattern_line_draw.c92 mask = context -> gx_draw_context_brush.gx_brush_pattern_mask; in _gx_display_driver_1bpp_horizontal_pattern_line_draw()
140 context -> gx_draw_context_brush.gx_brush_pattern_mask = mask; in _gx_display_driver_1bpp_horizontal_pattern_line_draw()
Dgx_tree_view_draw.c156 brush -> gx_brush_pattern_mask = 0x80000000; in _gx_tree_view_root_draw_helper()
205 brush -> gx_brush_pattern_mask = vertical_mask; in _gx_tree_view_root_draw_helper()
210 vertical_mask = brush -> gx_brush_pattern_mask; in _gx_tree_view_root_draw_helper()
Dgx_context_brush_pattern_set.c77 context -> gx_draw_context_brush.gx_brush_pattern_mask = 0x80000000; in _gx_context_brush_pattern_set()
Dgx_brush_default.c78 brush -> gx_brush_pattern_mask = 0; in _gx_brush_default()
/GUIX-v6.2.1/test/example_internal/line_chart/
Ddemo_guix_chart.c242 brush->gx_brush_pattern_mask = 0x80000000; in test_line_chart_reference_lines_draw()
267 brush->gx_brush_pattern_mask = 0x80000000; in test_line_chart_reference_lines_draw()
283 brush->gx_brush_pattern_mask = 0x80000000; in test_line_chart_reference_lines_draw()
/GUIX-v6.2.1/common/inc/
Dgx_api.h1298 …ULONG gx_brush_pattern_mask; /* Used for drawing dashed lines … member
/GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_24xrgb/Debug/BrowseInfo/
Ddemo_guix_jpeg_decode_24xrgb.pbw8966 "ID": "c:@S@GX_BRUSH_STRUCT@FI@gx_brush_pattern_mask",
8969 "display": "gx_brush_pattern_mask",
8975 "name": "gx_brush_pattern_mask",
/GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_8bit_palette/Debug/BrowseInfo/
Ddemo_guix_jpeg_decode_8bit_palette.pbw8966 "ID": "c:@S@GX_BRUSH_STRUCT@FI@gx_brush_pattern_mask",
8969 "display": "gx_brush_pattern_mask",
8975 "name": "gx_brush_pattern_mask",
/GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_1555xrgb/Debug/BrowseInfo/
Ddemo_guix_jpeg_decode_1555xrgb.pbw8966 "ID": "c:@S@GX_BRUSH_STRUCT@FI@gx_brush_pattern_mask",
8969 "display": "gx_brush_pattern_mask",
8975 "name": "gx_brush_pattern_mask",

12