Home
last modified time | relevance | path

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

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_animation_stop.c66 GX_ANIMATION_INFO info_1; in control_thread_entry() local
79 memset(&info_1, 0, sizeof(GX_ANIMATION_INFO)); in control_thread_entry()
80 info_1.gx_animation_target = (GX_WIDGET *)&button_screen.button_screen_base_button_1; in control_thread_entry()
81 info_1.gx_animation_style = GX_ANIMATION_SINE_EASE_OUT; in control_thread_entry()
82 info_1.gx_animation_start_alpha = 128; in control_thread_entry()
83 info_1.gx_animation_end_alpha = 255; in control_thread_entry()
84 info_1.gx_animation_start_position.gx_point_x = 117; in control_thread_entry()
85 info_1.gx_animation_start_position.gx_point_y = 107; in control_thread_entry()
86 info_1.gx_animation_end_position.gx_point_x = 400; in control_thread_entry()
87 info_1.gx_animation_end_position.gx_point_y = 107; in control_thread_entry()
[all …]
/GUIX-v6.2.1/guix_studio/
Dresource_gen.h121 BOOL FontPageCompare(res_info *info_1, res_info* info_2);
Dresource_gen.cpp4869 BOOL resource_gen::FontPageCompare(res_info *info_1, res_info *info_2) in FontPageCompare() argument
4871 if (info_1->font_support_extended_unicode != info_2->font_support_extended_unicode) in FontPageCompare()
4878 if (info_1->font_support_extended_unicode) in FontPageCompare()
4885 if((info_1->font_pages[index].enabled != info_2->font_pages[index].enabled) || in FontPageCompare()
4886 (info_1->font_pages[index].first_char != info_2->font_pages[index].first_char) || in FontPageCompare()
4887 (info_1->font_pages[index].last_char != info_2->font_pages[index].last_char)) in FontPageCompare()