| /GUIX-v6.2.1/test/example_internal/screen_drag_animation/ |
| D | demo_screen_drag_animation.c | 203 gx_animation_drag_enable(&h_screen_drag_animation, (GX_WIDGET *)window, &info); in h_menu_window_event_handler() 239 gx_animation_drag_enable(&v_screen_drag_animation, (GX_WIDGET *)window, &info); in v_menu_window_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/screen_drag_animation_with_block_move/ |
| D | demo_screen_drag_animation_with_block_move.c | 94 gx_animation_drag_enable(animation, parent, &info); in enable_screen_drag_animation()
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_horizontal_screen_drag_animation.c | 113 gx_animation_drag_enable(&h_screen_drag_animation, (GX_WIDGET *)window, &info); in test_h_menu_event_handler()
|
| D | validation_guix_error_checking_api_coverage_no_output.c | 238 status = gx_animation_drag_enable(0, 0, 0); // animation == GX_NULL in control_thread_entry() 241 status = gx_animation_drag_enable(&animation, 0, 0); // widget == GX_NULL in control_thread_entry() 244 status = gx_animation_drag_enable(&animation, &widget, 0); // info == GX_NULL in control_thread_entry() 248 …status = gx_animation_drag_enable(&animation, &widget, &animation_info); // animation -> gx_animat… in control_thread_entry() 254 …status = gx_animation_drag_enable(&animation, &widget, &animation_info); // animation_info -> gx_a… in control_thread_entry() 259 …status = gx_animation_drag_enable(&animation, &widget, &animation_info); // animation_info -> gx_a… in control_thread_entry() 264 …status = gx_animation_drag_enable(&animation, &widget, &animation_info); // should return GX_INVAL… in control_thread_entry() 268 …status = gx_animation_drag_enable(&animation, &widget, &animation_info); // should return GX_INVAL… in control_thread_entry()
|
| D | validation_guix_error_checking_api_compile_no_output.c | 50 gx_animation_drag_enable(GX_NULL, GX_NULL, GX_NULL); in control_thread_entry()
|
| /GUIX-v6.2.1/tutorials/demo_guix_transitions/ |
| D | demo_guix_transitions.c | 240 …gx_animation_drag_enable(drag_animation, (GX_WIDGET *) &background_win.background_win_child_frame,… in BackgroundWinEventProcess()
|
| /GUIX-v6.2.1/test/example_internal/screen_drag_animation_with_canvas/ |
| D | demo_screen_drag_animation_with_canvas.c | 103 gx_animation_drag_enable(animation, parent, &info); in enable_screen_drag_animation()
|
| /GUIX-v6.2.1/samples/demo_guix_smart_watch/ |
| D | demo_guix_smart_watch.c | 301 gx_animation_drag_enable(&slide_animation, (GX_WIDGET*)&main_screen, &slide_animation_info); in enable_vertical_slide_animation() 331 …gx_animation_drag_enable(&slide_animation, slide_animation_info.gx_animation_parent, &slide_animat… in enable_horizontal_slide_animation()
|
| /GUIX-v6.2.1/samples/demo_guix_home_automation/ |
| D | screen_base.c | 266 gx_animation_drag_enable(&slide_animation, (GX_WIDGET *)window, &slide_animation_info); in slide_animation_start()
|
| /GUIX-v6.2.1/test/example_internal/ml_text_view_32bpp/ |
| D | readme_guix_generic.txt | 23 gx_animation_drag_enable.c 128 gx_animation_drag_enable.c
|
| /GUIX-v6.2.1/test/example_internal/bidi_text_draw_32bpp/ |
| D | readme_guix_generic.txt | 23 gx_animation_drag_enable.c 128 gx_animation_drag_enable.c
|
| /GUIX-v6.2.1/docs/ |
| D | revision_history.txt | 495 gx_animation_drag_enable.c 691 gx_animation_drag_enable.c 796 gx_animation_drag_enable.c
|
| /GUIX-v6.2.1/common/ |
| D | CMakeLists.txt | 12 ${CMAKE_CURRENT_LIST_DIR}/src/gx_animation_drag_enable.c
|
| /GUIX-v6.2.1/common/inc/ |
| D | gx_api.h | 3017 #define gx_animation_drag_enable _gx_animation_drag_enable macro 4501 #define gx_animation_drag_enable _gxe_animation_drag_enable macro
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/gx/Debug/ |
| D | .ninja_log | 62 …sts/iar/9.30.1/validaion_guix_jpeg_decoding/gx/Debug/Obj/common/gx_animation_drag_enable.o 5f9bbb9…
|
| /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/ |
| D | demo_guix_jpeg_decode_24xrgb.pbw | 37659 "ID": "c:gx_api.h@242993@macro@gx_animation_drag_enable", 37662 "display": "gx_animation_drag_enable", 37668 "name": "gx_animation_drag_enable",
|
| /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/ |
| D | demo_guix_jpeg_decode_8bit_palette.pbw | 37659 "ID": "c:gx_api.h@242993@macro@gx_animation_drag_enable", 37662 "display": "gx_animation_drag_enable", 37668 "name": "gx_animation_drag_enable",
|
| /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/ |
| D | demo_guix_jpeg_decode_1555xrgb.pbw | 37659 "ID": "c:gx_api.h@242993@macro@gx_animation_drag_enable", 37662 "display": "gx_animation_drag_enable", 37668 "name": "gx_animation_drag_enable",
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_565rgb.pbw | 37659 "ID": "c:gx_api.h@242993@macro@gx_animation_drag_enable", 37662 "display": "gx_animation_drag_enable", 37668 "name": "gx_animation_drag_enable",
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb_rotated_ccw/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_565rgb_rotated_ccw.pbw | 37659 "ID": "c:gx_api.h@242993@macro@gx_animation_drag_enable", 37662 "display": "gx_animation_drag_enable", 37668 "name": "gx_animation_drag_enable",
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/iar/9.30.1/validaion_guix_jpeg_decoding/demo_guix_jpeg_decode_565rgb_rotated_cw/Debug/BrowseInfo/ |
| D | demo_guix_jpeg_decode_565rgb_rotated_cw.pbw | 37659 "ID": "c:gx_api.h@242993@macro@gx_animation_drag_enable", 37662 "display": "gx_animation_drag_enable", 37668 "name": "gx_animation_drag_enable",
|