Home
last modified time | relevance | path

Searched refs:lv_text_cmd_state_t (Results 1 – 4 of 4) sorted by relevance

/lvgl-3.7.0/tests/src/test_cases/
Dtest_txt.c11 lv_text_cmd_state_t state = LV_TEXT_CMD_STATE_WAIT; in test_txt_should_identify_valid_start_of_command()
22 lv_text_cmd_state_t state = LV_TEXT_CMD_STATE_WAIT; in test_txt_should_identify_invalid_start_of_command()
33 lv_text_cmd_state_t state = LV_TEXT_CMD_STATE_PAR; in test_txt_should_identify_scaped_command_in_parameter()
44 lv_text_cmd_state_t state = LV_TEXT_CMD_STATE_PAR; in test_txt_should_skip_color_parameter_in_parameter()
55 lv_text_cmd_state_t state = LV_TEXT_CMD_STATE_IN; in test_txt_should_reset_state_when_receiving_color_cmd_while_processing_commands()
66 lv_text_cmd_state_t state = LV_TEXT_CMD_STATE_PAR; in test_txt_should_identify_space_after_parameter()
/lvgl-3.7.0/src/misc/
Dlv_txt.h57 typedef uint8_t lv_text_cmd_state_t; typedef
123 bool _lv_txt_is_cmd(lv_text_cmd_state_t * state, uint32_t c);
Dlv_txt.c173 … lv_text_flag_t flag, uint32_t * word_w_ptr, lv_text_cmd_state_t * cmd_state, bool force) in lv_txt_get_next_word()
304 lv_text_cmd_state_t cmd_state = LV_TEXT_CMD_STATE_WAIT; in _lv_txt_get_next_line()
352 lv_text_cmd_state_t cmd_state = LV_TEXT_CMD_STATE_WAIT; in lv_txt_get_width()
382 bool _lv_txt_is_cmd(lv_text_cmd_state_t * state, uint32_t c) in _lv_txt_is_cmd()
/lvgl-3.7.0/src/widgets/
Dlv_label.c471 lv_text_cmd_state_t cmd_state = LV_TEXT_CMD_STATE_WAIT; in lv_label_get_letter_on()
573 lv_text_cmd_state_t cmd_state = LV_TEXT_CMD_STATE_WAIT; in lv_label_is_char_under_pos()