Searched defs:is_rtl (Results 1 – 4 of 4) sorted by relevance
374 const bool is_rtl = LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in draw_knob() local480 const bool is_rtl = LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in drag_start() local563 const bool is_rtl = LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in update_knob_pos() local
25 #define SET_RTL_POS(x, is_rtl) (GET_POS(x) | ((is_rtl)? 0x8000: 0)) argument126 uint32_t visual_pos, bool * is_rtl) in lv_bidi_get_logical_pos()151 uint32_t logical_pos, bool * is_rtl) in lv_bidi_get_visual_pos()
222 const bool is_rtl = LV_BASE_DIR_RTL == lv_obj_get_style_base_dir(obj, LV_PART_MAIN); in lv_checkbox_draw() local
382 bool is_rtl; in lv_label_get_letter_pos() local521 bool is_rtl; in lv_label_get_letter_on() local