| /GUIX-v6.2.1/common/src/ |
| D | gx_display_driver_simple_line_alpha_draw.c | 96 INT steps; in _gx_display_driver_simple_line_alpha_draw() local 285 steps = mid_point.gx_point_x - curx + 1; in _gx_display_driver_simple_line_alpha_draw() 292 steps = xend - mid_point.gx_point_x; in _gx_display_driver_simple_line_alpha_draw() 296 for (decision = (dx >> 1); steps > 0; curx += sign, decision += dy, steps--) in _gx_display_driver_simple_line_alpha_draw() 332 steps = mid_point.gx_point_y - cury + 1; in _gx_display_driver_simple_line_alpha_draw() 339 steps = yend - mid_point.gx_point_y; in _gx_display_driver_simple_line_alpha_draw() 344 for (decision = (dy >> 1); steps > 0; cury += sign, decision += dx, steps--) in _gx_display_driver_simple_line_alpha_draw()
|
| D | gx_display_driver_8bpp_rotated_simple_line_draw.c | 92 INT steps; in _gx_display_driver_8bpp_rotated_simple_line_draw() local 334 steps = mid_point.gx_point_x - curx + 1; in _gx_display_driver_8bpp_rotated_simple_line_draw() 341 steps = xend - mid_point.gx_point_x; in _gx_display_driver_8bpp_rotated_simple_line_draw() 347 for (decision = (dx >> 1); steps > 0; curx += sign, decision += dy, steps--) in _gx_display_driver_8bpp_rotated_simple_line_draw() 385 steps = mid_point.gx_point_y - cury + 1; in _gx_display_driver_8bpp_rotated_simple_line_draw() 393 steps = yend - mid_point.gx_point_y; in _gx_display_driver_8bpp_rotated_simple_line_draw() 400 for (decision = (dy >> 1); steps > 0; cury += sign, decision += dx, steps--) in _gx_display_driver_8bpp_rotated_simple_line_draw()
|
| D | gx_display_driver_8bpp_simple_line_draw.c | 97 INT steps; in _gx_display_driver_8bpp_simple_line_draw() local 332 steps = mid_point.gx_point_x - curx + 1; in _gx_display_driver_8bpp_simple_line_draw() 339 steps = xend - mid_point.gx_point_x; in _gx_display_driver_8bpp_simple_line_draw() 345 for (decision = (dx >> 1); steps > 0; curx += sign, decision += dy, steps--) in _gx_display_driver_8bpp_simple_line_draw() 383 steps = mid_point.gx_point_y - cury + 1; in _gx_display_driver_8bpp_simple_line_draw() 391 steps = yend - mid_point.gx_point_y; in _gx_display_driver_8bpp_simple_line_draw() 398 for (decision = (dy >> 1); steps > 0; cury += sign, decision += dx, steps--) in _gx_display_driver_8bpp_simple_line_draw()
|
| D | gx_display_driver_32bpp_rotated_simple_line_draw.c | 88 INT steps; in _gx_display_driver_32bpp_rotated_simple_line_draw() local 347 steps = mid_point.gx_point_x - curx + 1; in _gx_display_driver_32bpp_rotated_simple_line_draw() 354 steps = xend - mid_point.gx_point_x; in _gx_display_driver_32bpp_rotated_simple_line_draw() 360 for (decision = (dx >> 1); steps > 0; curx += sign, decision += dy, steps--) in _gx_display_driver_32bpp_rotated_simple_line_draw() 398 steps = mid_point.gx_point_y - cury + 1; in _gx_display_driver_32bpp_rotated_simple_line_draw() 406 steps = yend - mid_point.gx_point_y; in _gx_display_driver_32bpp_rotated_simple_line_draw() 413 for (decision = (dy >> 1); steps > 0; cury += sign, decision += dx, steps--) in _gx_display_driver_32bpp_rotated_simple_line_draw()
|
| D | gx_display_driver_32bpp_simple_line_draw.c | 90 INT steps; in _gx_display_driver_32bpp_simple_line_draw() local 319 steps = mid_point.gx_point_x - curx + 1; in _gx_display_driver_32bpp_simple_line_draw() 326 steps = xend - mid_point.gx_point_x; in _gx_display_driver_32bpp_simple_line_draw() 332 for (decision = (dx >> 1); steps > 0; curx += sign, decision += dy, steps--) in _gx_display_driver_32bpp_simple_line_draw() 370 steps = mid_point.gx_point_y - cury + 1; in _gx_display_driver_32bpp_simple_line_draw() 378 steps = yend - mid_point.gx_point_y; in _gx_display_driver_32bpp_simple_line_draw() 385 for (decision = (dy >> 1); steps > 0; cury += sign, decision += dx, steps--) in _gx_display_driver_32bpp_simple_line_draw()
|
| D | gx_display_driver_16bpp_simple_line_draw.c | 98 INT steps; in _gx_display_driver_16bpp_simple_line_draw() local 330 steps = mid_point.gx_point_x - curx + 1; in _gx_display_driver_16bpp_simple_line_draw() 337 steps = xend - mid_point.gx_point_x; in _gx_display_driver_16bpp_simple_line_draw() 343 for (decision = (dx >> 1); steps > 0; curx += sign, decision += dy, steps--) in _gx_display_driver_16bpp_simple_line_draw() 381 steps = mid_point.gx_point_y - cury + 1; in _gx_display_driver_16bpp_simple_line_draw() 389 steps = yend - mid_point.gx_point_y; in _gx_display_driver_16bpp_simple_line_draw() 396 for (decision = (dy >> 1); steps > 0; cury += sign, decision += dx, steps--) in _gx_display_driver_16bpp_simple_line_draw()
|
| D | gx_display_driver_16bpp_rotated_simple_line_draw.c | 91 INT steps; in _gx_display_driver_16bpp_rotated_simple_line_draw() local 352 steps = mid_point.gx_point_x - curx + 1; in _gx_display_driver_16bpp_rotated_simple_line_draw() 359 steps = xend - mid_point.gx_point_x; in _gx_display_driver_16bpp_rotated_simple_line_draw() 365 for (decision = (dx >> 1); steps > 0; curx += sign, decision += dy, steps--) in _gx_display_driver_16bpp_rotated_simple_line_draw() 403 steps = mid_point.gx_point_y - cury + 1; in _gx_display_driver_16bpp_rotated_simple_line_draw() 411 steps = yend - mid_point.gx_point_y; in _gx_display_driver_16bpp_rotated_simple_line_draw() 418 for (decision = (dy >> 1); steps > 0; cury += sign, decision += dx, steps--) in _gx_display_driver_16bpp_rotated_simple_line_draw()
|
| D | gx_display_driver_4bpp_simple_line_draw.c | 98 INT steps; in _gx_display_driver_4bpp_simple_line_draw() local 367 steps = mid_point.gx_point_x - curx + 1; in _gx_display_driver_4bpp_simple_line_draw() 374 steps = xend - mid_point.gx_point_x; in _gx_display_driver_4bpp_simple_line_draw() 380 for (decision = (dx >> 1); steps > 0; curx += sign, decision += dy, steps--) in _gx_display_driver_4bpp_simple_line_draw() 430 steps = mid_point.gx_point_y - cury + 1; in _gx_display_driver_4bpp_simple_line_draw() 438 steps = yend - mid_point.gx_point_y; in _gx_display_driver_4bpp_simple_line_draw() 445 for (decision = (dy >> 1); steps > 0; cury += sign, decision += dx, steps--) in _gx_display_driver_4bpp_simple_line_draw()
|
| D | gx_display_driver_1bpp_simple_line_draw.c | 98 INT steps; in _gx_display_driver_1bpp_simple_line_draw() local 360 steps = mid_point.gx_point_x - curx + 1; in _gx_display_driver_1bpp_simple_line_draw() 367 steps = xend - mid_point.gx_point_x; in _gx_display_driver_1bpp_simple_line_draw() 373 for (decision = (dx >> 1); steps > 0; curx += sign, decision += dy, steps--) in _gx_display_driver_1bpp_simple_line_draw() 421 steps = mid_point.gx_point_y - cury + 1; in _gx_display_driver_1bpp_simple_line_draw() 429 steps = yend - mid_point.gx_point_y; in _gx_display_driver_1bpp_simple_line_draw() 436 for (decision = (dy >> 1); steps > 0; cury += sign, decision += dx, steps--) in _gx_display_driver_1bpp_simple_line_draw()
|
| D | gx_circular_gauge_animation_set.c | 43 /* This function sets animation steps delay time for a circular gauge. */ 49 /* steps Total steps for one rotation */ 73 UINT _gx_circular_gauge_animation_set(GX_CIRCULAR_GAUGE *gauge, INT steps, INT delay) in _gx_circular_gauge_animation_set() argument 77 info -> gx_circular_gauge_info_animation_steps = steps; in _gx_circular_gauge_animation_set() 85 if (steps > 0) in _gx_circular_gauge_animation_set()
|
| D | gx_radial_slider_animation_set.c | 42 /* This service sets animation steps, delay time and animation styles */ 48 /* steps Total steps for one animation */ 76 UINT _gx_radial_slider_animation_set(GX_RADIAL_SLIDER *slider, USHORT steps, USHORT delay, USHORT a… in _gx_radial_slider_animation_set() argument 79 slider -> gx_radial_slider_animation_total_steps = steps; in _gx_radial_slider_animation_set()
|
| D | gxe_circular_gauge_animation_set.c | 43 /* This function checks for errors in circular gauge animation steps */ 58 /* animation_steps New animation steps. */ 74 UINT _gxe_circular_gauge_animation_set(GX_CIRCULAR_GAUGE *circular_gauge, INT steps, INT delay) in _gxe_circular_gauge_animation_set() argument 87 if (steps > 0 && delay <= 0) in _gxe_circular_gauge_animation_set() 93 status = _gx_circular_gauge_animation_set(circular_gauge, steps, delay); in _gxe_circular_gauge_animation_set()
|
| D | gxe_radial_slider_animation_set.c | 50 /* steps Total steps for one animation */ 79 UINT _gxe_radial_slider_animation_set(GX_RADIAL_SLIDER *slider, USHORT steps, USHORT delay, USHORT … in _gxe_radial_slider_animation_set() argument 100 …status = _gx_radial_slider_animation_set(slider, steps, delay, animation_style, animation_update_c… in _gxe_radial_slider_animation_set()
|
| /GUIX-v6.2.1/samples/demo_guix_medical/ |
| D | guix_medical.gxp | 2883 <steps>30</steps> 2905 <steps>30</steps> 2927 <steps>30</steps> 2948 <steps>30</steps> 2968 <steps>20</steps> 2988 <steps>20</steps> 3008 <steps>20</steps> 3028 <steps>20</steps> 3048 <steps>20</steps> 3085 <steps>10</steps> [all …]
|
| /GUIX-v6.2.1/samples/demo_guix_industrial/ |
| D | demo_guix_industrial.gxp | 3775 <steps>20</steps> 3804 <steps>20</steps> 3843 <steps>20</steps> 3872 <steps>20</steps> 3920 <steps>20</steps> 3941 <steps>20</steps> 3961 <steps>20</steps> 3981 <steps>20</steps> 4010 <steps>20</steps> 4031 <steps>20</steps> [all …]
|
| /GUIX-v6.2.1/test/guix_studio_test/test_view/ |
| D | all_widgets_execute.gxp | 2858 <steps>20</steps> 2878 <steps>10</steps> 2954 <steps>20</steps> 2974 <steps>20</steps> 3037 <steps>20</steps> 3057 <steps>20</steps> 3110 <steps>20</steps> 3130 <steps>20</steps> 3168 <steps>20</steps> 3188 <steps>20</steps> [all …]
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_execute/ |
| D | all_widgets_execute.gxp | 2980 <steps>20</steps> 3000 <steps>10</steps> 3076 <steps>20</steps> 3096 <steps>20</steps> 3159 <steps>20</steps> 3179 <steps>20</steps> 3232 <steps>20</steps> 3252 <steps>20</steps> 3290 <steps>20</steps> 3310 <steps>20</steps> [all …]
|
| /GUIX-v6.2.1/test/ |
| D | README.md | 4 …w code changes do not introduce new bugs or regressions. By following the steps outlined in this g… 104 Follow these steps to execute an individual test case: 143 Follow these steps to add a new test: 350 …nfiguration settings required for your test, you can add a new build type by following these steps:
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_system_screen_stack.c | 63 int steps; member 103 while(entry->steps) in control_thread_entry() 109 gx_validation_capture_frames(frame_id, entry->steps, comment, 1, 1000); in control_thread_entry()
|
| /GUIX-v6.2.1/test/example_internal/system_screen_stack/ |
| D | system_screen_stack.gxp | 1586 <steps>20</steps> 1607 <steps>10</steps> 1697 <steps>10</steps> 1765 <steps>20</steps> 1814 <steps>10</steps> 1897 <steps>10</steps> 1992 <steps>10</steps>
|
| /GUIX-v6.2.1/.github/workflows/ |
| D | studio_msix_package.yml | 22 # Steps represent a sequence of tasks that will be executed as part of the job 23 steps:
|
| D | studio_installer.yml | 22 # Steps represent a sequence of tasks that will be executed as part of the job 23 steps:
|
| D | studio_demo_test.yml | 27 # Steps represent a sequence of tasks that will be executed as part of the job 28 steps:
|
| D | studio_view_test.yml | 27 # Steps represent a sequence of tasks that will be executed as part of the job 28 steps:
|
| /GUIX-v6.2.1/guix_studio/libs/freetype/ |
| D | README.txt | 2 To build the freetype library, follow these steps: 22 4) Following these steps, you should have successfully built the FreeType library.
|