Searched defs:chk (Results 1 – 3 of 3) sorted by relevance
15 bool chk = lv_table_has_cell_ctrl(obj, base_dsc->id1, 0, LV_TABLE_CELL_CTRL_CUSTOM_1); in draw_event_cb() local54 bool chk = lv_table_has_cell_ctrl(obj, row, 0, LV_TABLE_CELL_CTRL_CUSTOM_1); in change_event_cb() local
224 bool chk = lv_obj_get_state(obj) & LV_STATE_CHECKED; in draw_main() local244 bool chk = lv_obj_get_state(obj) & LV_STATE_CHECKED; in draw_main() local304 bool chk = lv_obj_get_state(obj) & LV_STATE_CHECKED; in lv_switch_trigger_anim() local
191 static lv_obj_t * create_switch(lv_obj_t * parent, const char * icon, const char * txt, bool chk) in create_switch()