/lvgl-latest/tests/src/test_cases/widgets/ |
D | test_calendar.c | 29 void setUp(void) in setUp() argument 35 void tearDown(void) in tearDown() argument 40 void test_calendar_creation_successful(void) in test_calendar_creation_successful() argument 45 void test_calendar_set_today_date(void) in test_calendar_set_today_date() argument 62 void test_calendar_set_today_date_gui(void) in test_calendar_set_today_date_gui() argument 76 void test_calendar_set_showed_date_gui(void) in test_calendar_set_showed_date_gui() argument 83 void test_calendar_set_highlighted_dates(void) in test_calendar_set_highlighted_dates() argument 110 void test_calendar_set_highlighted_dates_gui(void) in test_calendar_set_highlighted_dates_gui() argument 133 void test_calendar_set_day_names_gui(void) in test_calendar_set_day_names_gui() argument 144 void test_calendar_get_highlighted_dates_num(void) in test_calendar_get_highlighted_dates_num() argument [all …]
|
D | test_span.c | 10 void setUp(void) in setUp() argument 15 void tearDown(void) in tearDown() argument 27 void test_spangroup_create_returns_not_null_object(void) in test_spangroup_create_returns_not_null_object() argument 34 void test_spangroup_new_span_with_null_parameter_returns_null_object(void) in test_spangroup_new_span_with_null_parameter_returns_null_object() argument 42 void test_spangroup_new_span_with_valid_parameter_returns_not_null_object(void) in test_spangroup_new_span_with_valid_parameter_returns_not_null_object() argument 50 void test_spangroup_delete_span_span_is_null(void) in test_spangroup_delete_span_span_is_null() argument 59 void test_span_set_text(void) in test_span_set_text() argument 69 void test_span_set_text_with_bad_parameter_no_action_performed(void) in test_span_set_text_with_bad_parameter_no_action_performed() argument 80 void test_span_set_text_with_previous_test_overwrites(void) in test_span_set_text_with_previous_test_overwrites() argument 92 void test_span_set_text_static(void) in test_span_set_text_static() argument [all …]
|
D | test_btnmatrix.c | 12 void setUp(void) in setUp() argument 21 void tearDown(void) in tearDown() argument 26 void test_button_matrix_creation(void) in test_button_matrix_creation() argument 40 void test_button_matrix_set_map_works(void) in test_button_matrix_set_map_works() argument 58 void test_button_matrix_render_2(void) in test_button_matrix_render_2() argument 130 void test_button_matrix_set_ctrl_map_works(void) in test_button_matrix_set_ctrl_map_works() argument 156 void test_button_matrix_set_button_ctrl_works(void) in test_button_matrix_set_button_ctrl_works() argument 181 void test_button_matrix_clear_button_ctrl_works(void) in test_button_matrix_clear_button_ctrl_works() argument 202 void test_button_matrix_set_selected_button_works(void) in test_button_matrix_set_selected_button_works() argument 220 void test_button_matrix_set_button_ctrl_all_works(void) in test_button_matrix_set_button_ctrl_all_works() argument [all …]
|
D | test_msgbox.c | 26 void setUp(void) in setUp() argument 31 void tearDown(void) in tearDown() argument 37 void test_msgbox_creation_successful_with_close_button(void) in test_msgbox_creation_successful_with_close_button() argument 52 void test_msgbox_creation_successful_no_close_button(void) in test_msgbox_creation_successful_no_close_button() argument 66 void test_msgbox_creation_successful_modal(void) in test_msgbox_creation_successful_modal() argument 83 void test_msgbox_get_title(void) in test_msgbox_get_title() argument 102 void test_msgbox_get_content(void) in test_msgbox_get_content() argument 109 void test_msgbox_close(void) in test_msgbox_close() argument 120 void test_msgbox_close_modal(void) in test_msgbox_close_modal() argument 131 void test_msgbox_close_async(void) in test_msgbox_close_async() argument [all …]
|
D | test_tabview.c | 30 void setUp(void) in setUp() argument 35 void tearDown(void) in tearDown() argument 40 void test_tabview_create_successful_dir_top(void) in test_tabview_create_successful_dir_top() argument 50 void test_tabview_create_successful_dir_bottom(void) in test_tabview_create_successful_dir_bottom() argument 61 void test_tabview_create_successful_dir_left(void) in test_tabview_create_successful_dir_left() argument 72 void test_tabview_create_successful_dir_right(void) in test_tabview_create_successful_dir_right() argument 83 void test_tabview_add_one_tab_empty(void) in test_tabview_add_one_tab_empty() argument 94 void test_tabview_add_one_tab_empty_hor(void) in test_tabview_add_one_tab_empty_hor() argument 105 void test_tabview_add_one_tab_no_scroll(void) in test_tabview_add_one_tab_no_scroll() argument 120 void test_tabview_add_one_tab_with_scroll(void) in test_tabview_add_one_tab_with_scroll() argument [all …]
|
D | test_arc.c | 28 void setUp(void) in setUp() argument 33 void tearDown(void) in tearDown() argument 39 void test_arc_creation_successful(void) in test_arc_creation_successful() argument 46 void test_arc_basic_render(void) in test_arc_basic_render() argument 56 void test_arc_rgb565a8_image(void) in test_arc_rgb565a8_image() argument 74 void test_arc_should_truncate_to_max_range_when_new_value_exceeds_it(void) in test_arc_should_truncate_to_max_range_when_new_value_exceeds_it() argument 86 void test_arc_should_truncate_to_min_range_when_new_value_is_inferior(void) in test_arc_should_truncate_to_min_range_when_new_value_is_inferior() argument 98 void test_arc_should_update_value_after_updating_range(void) in test_arc_should_update_value_after_updating_range() argument 116 void test_arc_should_update_angles_when_changing_to_symmetrical_mode(void) in test_arc_should_update_angles_when_changing_to_symmetrical_mode() argument 129 void test_arc_should_update_angles_when_changing_to_symmetrical_mode_value_more_than_middle_range(v… in test_arc_should_update_angles_when_changing_to_symmetrical_mode_value_more_than_middle_range() argument [all …]
|
D | test_animimg.c | 30 void setUp(void) in setUp() argument 36 void tearDown(void) in tearDown() argument 41 void test_animimg_successful_create(void) in test_animimg_successful_create() argument 46 void test_animimg_set_src(void) in test_animimg_set_src() argument 53 void test_animimg_get_src(void) in test_animimg_get_src() argument 63 void test_animimg_get_src_count(void) in test_animimg_get_src_count() argument 74 void test_animimg_set_duration(void) in test_animimg_set_duration() argument 85 void test_animimg_set_repeat_count_infinite(void) in test_animimg_set_repeat_count_infinite() argument 94 void test_animimg_start(void) in test_animimg_start() argument 107 void test_animimg_property(void) in test_animimg_property() argument
|
D | test_spinbox.c | 19 void setUp(void) in setUp() argument 33 void tearDown(void) in tearDown() argument 45 void test_spinbox_decrement_when_min_range_is_negative(void) in test_spinbox_decrement_when_min_range_is_negative() argument 62 void test_spinbox_decrement_when_min_range_is_zero(void) in test_spinbox_decrement_when_min_range_is_zero() argument 79 void test_spinbox_position_selection(void) in test_spinbox_position_selection() argument 98 void test_spinbox_set_range(void) in test_spinbox_set_range() argument 122 void test_spinbox_step_prev(void) in test_spinbox_step_prev() argument 146 void test_spinbox_rollover(void) in test_spinbox_rollover() argument 159 void test_spinbox_event_key(void) in test_spinbox_event_key() argument 189 void test_spinbox_event_key_encoder_indev_turn_right(void) in test_spinbox_event_key_encoder_indev_turn_right() argument [all …]
|
D | test_textarea.c | 12 void setUp(void) in setUp() argument 18 void tearDown(void) in tearDown() argument 23 void test_textarea_should_have_valid_documented_default_values(void) in test_textarea_should_have_valid_documented_default_values() argument 34 void test_textarea_should_return_actual_text_when_password_mode_is_enabled(void) in test_textarea_should_return_actual_text_when_password_mode_is_enabled() argument 45 void test_textarea_should_update_label_style_with_one_line_enabled(void) in test_textarea_should_update_label_style_with_one_line_enabled() argument 62 void test_textarea_cursor_click_pos_field_update(void) in test_textarea_cursor_click_pos_field_update() argument 69 void test_textarea_should_update_placeholder_text(void) in test_textarea_should_update_placeholder_text() argument 87 void test_textarea_should_keep_only_accepted_chars(void) in test_textarea_should_keep_only_accepted_chars() argument 97 void test_textarea_in_one_line_mode_should_ignore_line_break_characters(void) in test_textarea_in_one_line_mode_should_ignore_line_break_characters() argument 108 void test_textarea_should_hide_password_characters(void) in test_textarea_should_hide_password_characters() argument [all …]
|
D | test_led.c | 9 void setUp(void) in setUp() argument 14 void tearDown(void) in tearDown() argument 19 void test_led_render_1(void) in test_led_render_1() argument 37 void test_led_set_color_works(void) in test_led_set_color_works() argument 53 void test_led_set_brightness_works(void) in test_led_set_brightness_works() argument 68 void test_led_on_off_works(void) in test_led_on_off_works() argument 82 void test_led_toggle_works(void) in test_led_toggle_works() argument 95 void test_led_get_brightness_works(void) in test_led_get_brightness_works() argument
|
D | test_switch.c | 16 void setUp(void) in setUp() argument 23 void tearDown(void) in tearDown() argument 29 static void mouse_click_on_switch(void) in mouse_click_on_switch() argument 44 void test_switch_should_have_default_state_after_being_created(void) in test_switch_should_have_default_state_after_being_created() argument 50 void test_switch_should_not_leak_memory_after_deletion(void) in test_switch_should_not_leak_memory_after_deletion() argument 70 void test_switch_animation(void) in test_switch_animation() argument 91 void test_switch_should_not_have_extra_draw_size_at_creation(void) in test_switch_should_not_have_extra_draw_size_at_creation() argument 98 void test_switch_should_update_extra_draw_size_after_editing_padding(void) in test_switch_should_update_extra_draw_size_after_editing_padding() argument 119 void test_switch_should_trigger_value_changed_event_only_once(void) in test_switch_should_trigger_value_changed_event_only_once() argument 128 void test_switch_should_state_change_when_event_bubbling_is_enabled(void) in test_switch_should_state_change_when_event_bubbling_is_enabled() argument [all …]
|
D | test_slider.c | 15 void setUp(void) in setUp() argument 31 void tearDown(void) in tearDown() argument 36 void test_textarea_should_have_valid_documented_default_values(void) in test_textarea_should_have_valid_documented_default_values() argument 47 void test_slider_event_keys_right_and_up_increment_value_by_one(void) in test_slider_event_keys_right_and_up_increment_value_by_one() argument 63 void test_slider_event_keys_left_and_down_decrement_value_by_one(void) in test_slider_event_keys_left_and_down_decrement_value_by_one() argument 79 void test_slider_event_invalid_key_should_not_change_values(void) in test_slider_event_invalid_key_should_not_change_values() argument 90 void test_slider_range_mode_should_leave_edit_mode_if_released(void) in test_slider_range_mode_should_leave_edit_mode_if_released() argument 110 void test_slider_range_mode_should_not_leave_edit_mode_if_released_with_no_left_knob_focus(void) in test_slider_range_mode_should_not_leave_edit_mode_if_released_with_no_left_knob_focus() argument 129 void test_slider_normal_mode_should_leave_edit_mode_if_released(void) in test_slider_normal_mode_should_leave_edit_mode_if_released() argument 150 void test_ranged_mode_adjust_with_encoder(void) in test_ranged_mode_adjust_with_encoder() argument [all …]
|
D | test_image.c | 10 void setUp(void) in setUp() argument 15 void tearDown(void) in tearDown() argument 21 static lv_obj_t * img_create(void) in img_create() argument 32 void test_image_rotated_pivot_center(void) in test_image_rotated_pivot_center() argument 46 void test_image_rotated_pivot_top_left(void) in test_image_rotated_pivot_top_left() argument 60 void test_image_scale_pivot_center(void) in test_image_scale_pivot_center() argument 74 void test_image_scale_pivot_top_left(void) in test_image_scale_pivot_top_left() argument 88 void test_image_scale_x_pivot_center(void) in test_image_scale_x_pivot_center() argument 102 void test_image_scale_x_pivot_top_left(void) in test_image_scale_x_pivot_top_left() argument 116 void test_image_scale_y_pivot_center(void) in test_image_scale_y_pivot_center() argument [all …]
|
D | test_lottie.c | 19 void setUp(void) in setUp() argument 24 void tearDown(void) in tearDown() argument 29 void test_lottie_simple(void) in test_lottie_simple() argument 54 void test_lottie_load_from_file(void) in test_lottie_load_from_file() argument 78 void test_lottie_missing_settings(void) in test_lottie_missing_settings() argument 102 void test_lottie_rescale(void) in test_lottie_rescale() argument 122 void test_lottie_non_uniform_shape(void) in test_lottie_non_uniform_shape() argument 133 void test_lottie_memory_leak(void) in test_lottie_memory_leak() argument 150 void test_lottie_no_jump_when_visible_again(void) in test_lottie_no_jump_when_visible_again() argument
|
D | test_list.c | 9 void setUp(void) in setUp() argument 14 void tearDown(void) in tearDown() argument 19 void test_list_get_text_from_added_button(void) in test_list_get_text_from_added_button() argument 27 void test_list_get_text_from_button_without_symbol(void) in test_list_get_text_from_button_without_symbol() argument 35 void test_list_gets_empty_text_from_button_without_text(void) in test_list_gets_empty_text_from_button_without_text() argument 43 void test_list_get_text_from_label(void) in test_list_get_text_from_label() argument 51 void test_list_snapshot(void) in test_list_snapshot() argument
|
D | test_table.c | 10 void setUp(void) in setUp() argument 16 void tearDown(void) in tearDown() argument 21 void test_table_should_set_row_count_to_zero(void) in test_table_should_set_row_count_to_zero() argument 28 void test_table_should_return_assigned_cell_value(void) in test_table_should_return_assigned_cell_value() argument 39 void test_table_should_grow_columns_automatically_when_setting_formatted_cell_value(void) in test_table_should_grow_columns_automatically_when_setting_formatted_cell_value() argument 53 void test_table_should_identify_cell_with_ctrl(void) in test_table_should_identify_cell_with_ctrl() argument 66 void test_table_should_clear_selected_cell_ctrl(void) in test_table_should_clear_selected_cell_ctrl() argument 79 void test_table_should_keep_not_selected_cell_ctrl(void) in test_table_should_keep_not_selected_cell_ctrl() argument 94 void test_table_cell_value_should_return_empty_string_when_cell_is_empty(void) in test_table_cell_value_should_return_empty_string_when_cell_is_empty() argument 99 void test_table_row_height_should_increase_with_multiline_cell_value(void) in test_table_row_height_should_increase_with_multiline_cell_value() argument [all …]
|
/lvgl-latest/src/draw/nxp/pxp/ |
D | lv_pxp_osa.c | 97 void PXP_IRQHandler(void) in PXP_IRQHandler() argument 109 pxp_cfg_t * pxp_get_default_cfg(void) in pxp_get_default_cfg() argument 119 static void _pxp_zephyr_irq_handler(void *) in _pxp_zephyr_irq_handler() argument 125 static void _pxp_interrupt_init(void) in _pxp_interrupt_init() argument 147 static void _pxp_interrupt_deinit(void) in _pxp_interrupt_deinit() argument 163 static void _pxp_run(void) in _pxp_run() argument 174 static void _pxp_wait(void) in _pxp_wait() argument
|
D | lv_pxp_cfg.c | 48 void lv_pxp_init(void) in lv_pxp_init() argument 62 void lv_pxp_deinit(void) in lv_pxp_deinit() argument 69 void lv_pxp_reset(void) in lv_pxp_reset() argument 77 void lv_pxp_run(void) in lv_pxp_run() argument 83 void lv_pxp_wait(void) in lv_pxp_wait() argument
|
/lvgl-latest/tests/src/test_cases/xml/ |
D | test_xml_general.c | 6 void setUp(void) in setUp() argument 11 void tearDown(void) in tearDown() argument 18 void test_xml_widget_direct_create(void) in test_xml_widget_direct_create() argument 47 void test_xml_widget_create_from_component(void) in test_xml_widget_create_from_component() argument 85 void test_xml_nesting(void) in test_xml_nesting() argument 122 void test_xml_component_params(void) in test_xml_component_params() argument 175 void test_xml_component_consts(void) in test_xml_component_consts() argument 199 void test_xml_component_styles(void) in test_xml_component_styles() argument 223 void test_xml_error_resilience_syntax_ok(void) in test_xml_error_resilience_syntax_ok() argument 251 void test_xml_image_and_font(void) in test_xml_image_and_font() argument [all …]
|
/lvgl-latest/tests/src/test_cases/ |
D | test_txt.c | 9 void test_txt_should_insert_string_into_another(void) in test_txt_should_insert_string_into_another() argument 23 void test_txt_should_handle_null_pointers_when_inserting(void) in test_txt_should_handle_null_pointers_when_inserting() argument 36 void test_txt_cut_should_handle_null_pointer_to_txt(void) in test_txt_cut_should_handle_null_pointer_to_txt() argument 41 void test_txt_cut_happy_path(void) in test_txt_cut_happy_path() argument 50 void test_txt_cut_should_handle_len_longer_than_string_length(void) in test_txt_cut_should_handle_len_longer_than_string_length() argument 59 void test_txt_get_encoded_next_should_decode_valid_ascii(void) in test_txt_get_encoded_next_should_decode_valid_ascii() argument 69 void test_txt_get_encoded_next_detect_valid_2_byte_input(void) in test_txt_get_encoded_next_detect_valid_2_byte_input() argument 79 void test_txt_get_encoded_next_detect_invalid_2_byte_input(void) in test_txt_get_encoded_next_detect_invalid_2_byte_input() argument 89 void test_txt_get_encoded_next_detect_valid_3_byte_input(void) in test_txt_get_encoded_next_detect_valid_3_byte_input() argument 99 void test_txt_get_encoded_next_detect_invalid_3_byte_input(void) in test_txt_get_encoded_next_detect_invalid_3_byte_input() argument [all …]
|
/lvgl-latest/tests/src/test_cases/libs/ |
D | test_qrcode.c | 12 void setUp(void) in setUp() argument 17 void tearDown(void) in tearDown() argument 22 void test_barcode_normal(void) in test_barcode_normal() argument 47 void setUp(void) in setUp() argument 51 void tearDown(void) in tearDown() argument 55 void test_barcode_normal(void) in test_barcode_normal() argument
|
D | test_barcode.c | 11 void setUp(void) in setUp() argument 16 void tearDown(void) in tearDown() argument 21 void test_barcode_normal(void) in test_barcode_normal() argument 74 void setUp(void) in setUp() argument 78 void tearDown(void) in tearDown() argument 82 void test_barcode_normal(void) in test_barcode_normal() argument
|
D | test_bmp.c | 8 void setUp(void) in setUp() argument 13 void tearDown(void) in tearDown() argument 18 static void create_image(void) in create_image() argument 25 void test_bmp(void) in test_bmp() argument 44 static void create_image_tile(void) in create_image_tile() argument 53 void test_bmp_align_tile(void) in test_bmp_align_tile() argument
|
D | test_tjpgd.c | 8 void setUp(void) in setUp() argument 13 void tearDown(void) in tearDown() argument 18 static void create_images(void) in create_images() argument 43 void test_tjpgd_1(void) in test_tjpgd_1() argument 68 static void create_image_2(void) in create_image_2() argument 78 void test_jdpgd_align_tile(void) in test_jdpgd_align_tile() argument
|
/lvgl-latest/tests/src/test_cases/draw/ |
D | test_draw_sw_post_process.c | 7 void setUp(void) in setUp() argument 12 void tearDown(void) in tearDown() argument 17 void test_rotate90_RGB565(void) in test_rotate90_RGB565() argument 41 void test_rotate180_RGB565(void) in test_rotate180_RGB565() argument 62 void test_rotate270_RGB565(void) in test_rotate270_RGB565() argument 86 void test_rotate90_RGB888(void) in test_rotate90_RGB888() argument 110 void test_rotate180_RGB888(void) in test_rotate180_RGB888() argument 133 void test_rotate270_RGB888(void) in test_rotate270_RGB888() argument 157 void test_rotate90_ARGB8888(void) in test_rotate90_ARGB8888() argument 182 void test_rotate180_ARGB8888(void) in test_rotate180_ARGB8888() argument [all …]
|