Home
last modified time | relevance | path

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

/lvgl-3.7.0/tests/src/test_cases/
Dtest_txt.c55 lv_text_cmd_state_t state = LV_TEXT_CMD_STATE_IN; in test_txt_should_reset_state_when_receiving_color_cmd_while_processing_commands()
71 TEST_ASSERT_EQUAL_UINT8(state, LV_TEXT_CMD_STATE_IN); in test_txt_should_identify_space_after_parameter()
/lvgl-3.7.0/src/misc/
Dlv_txt.h55 LV_TEXT_CMD_STATE_IN, /**< Processing the command*/ enumerator
Dlv_txt.c396 else if(*state == LV_TEXT_CMD_STATE_IN) { in _lv_txt_is_cmd()
405 *state = LV_TEXT_CMD_STATE_IN; /*After the parameter the text is in the command*/ in _lv_txt_is_cmd()