Home
last modified time | relevance | path

Searched refs:current_index (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/samples/demo_guix_home_automation/
Dscreen_base.c406 INT current_index = -1; in screen_list_slide() local
432 current_index = index; in screen_list_slide()
451 animation_dis = screen_width * (current_index - page_index); in screen_list_slide()
460 …animation_info.gx_animation_start_position.gx_point_x = info->window_list[current_index]->gx_widge… in screen_list_slide()
461 …animation_info.gx_animation_start_position.gx_point_y = info->window_list[current_index]->gx_widge… in screen_list_slide()
462 …animation_info.gx_animation_end_position.gx_point_x = info->window_list[current_index]->gx_widget_… in screen_list_slide()
463 …animation_info.gx_animation_end_position.gx_point_y = info->window_list[current_index]->gx_widget_… in screen_list_slide()
464 animation_info.gx_animation_target = info->window_list[current_index]; in screen_list_slide()
474 while (current_index != page_index) in screen_list_slide()
476 if (current_index < page_index) in screen_list_slide()
[all …]
/GUIX-v6.2.1/common/src/
Dgx_multi_line_text_view_display_info_get.c92 UINT current_index = start_index; in _gx_multi_line_text_view_display_info_get() local
165 current_index += glyph_len; in _gx_multi_line_text_view_display_info_get()