Home
last modified time | relevance | path

Searched refs:easing_function_id (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.4.1/tutorials/demo_guix_widget_animation/
Ddemo_guix_widget_animation.c38 USHORT easing_function_id = 0; variable
159 animation_info.gx_animation_style = easing_function_id; in animation_start()
182 easing_function_id = easing_function_list[selected_index].type; in easing_function_drop_list_select_event_handler()
/GUIX-v6.4.1/guix_studio/
Deasing_function_select_dlg.h11 …easing_function_select_dlg(int easing_function_id, CWnd* pParent = NULL); // standard constructor
Deasing_function_select_dlg.cpp67 easing_function_select_dlg::easing_function_select_dlg(int easing_function_id, CWnd* pParent /*=NUL… in IMPLEMENT_DYNAMIC()
72 mEasingFuncId = easing_function_id; in IMPLEMENT_DYNAMIC()