Lines Matching refs:state
40 void * lv_xml_table_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_table_create() argument
43 void * item = lv_table_create(lv_xml_state_get_parent(state)); in lv_xml_table_create()
49 void lv_xml_table_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_table_apply() argument
51 void * item = lv_xml_state_get_item(state); in lv_xml_table_apply()
53 …lv_xml_obj_apply(state, attrs); /*Apply the common properties, e.g. width, height, styles flags et… in lv_xml_table_apply()
70 void * lv_xml_table_column_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_table_column_create() argument
75 return lv_xml_state_get_parent(state);; in lv_xml_table_column_create()
78 void lv_xml_table_column_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_table_column_apply() argument
80 LV_UNUSED(state); in lv_xml_table_column_apply()
83 lv_obj_t * table = lv_xml_state_get_parent(state); in lv_xml_table_column_apply()
94 void * lv_xml_table_cell_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_table_cell_create() argument
99 return lv_xml_state_get_parent(state);; in lv_xml_table_cell_create()
102 void lv_xml_table_cell_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_table_cell_apply() argument
104 LV_UNUSED(state); in lv_xml_table_cell_apply()
107 lv_obj_t * table = lv_xml_state_get_parent(state); in lv_xml_table_cell_apply()