Searched refs:lv_obj_get_scroll_left (Results 1 – 11 of 11) sorted by relevance
23 lv_obj_get_scroll_left(panel), in scroll_update_cb()
162 int32_t lv_obj_get_scroll_left(lv_obj_t * obj);
164 int32_t lv_obj_get_scroll_left(lv_obj_t * obj) in lv_obj_get_scroll_left() function272 int32_t scroll_max = lv_obj_get_scroll_left(obj) + lv_obj_get_scroll_right(obj); in lv_obj_scroll_by_bounded()281 int32_t scroll_max = lv_obj_get_scroll_left(obj) + lv_obj_get_scroll_right(obj); in lv_obj_scroll_by_bounded()483 int32_t sl = lv_obj_get_scroll_left(obj); in lv_obj_get_scrollbar_area()663 int32_t sl = lv_obj_get_scroll_left(obj); in lv_obj_readjust_scroll()770 int32_t sl = lv_obj_get_scroll_left(parent); in scroll_area_into_view()
138 .getter = lv_obj_get_scroll_left,483 int32_t sl = lv_obj_get_scroll_left(parent); in lv_obj_constructor()780 int32_t sl = lv_obj_get_scroll_left(obj); in lv_obj_event()
470 x += x_ofs + base->coords.x1 - parent->coords.x1 + lv_obj_get_scroll_left(parent) - pleft; in lv_obj_align_to()
100 int32_t sl = lv_obj_get_scroll_left(scroll_obj); in lv_indev_scroll_handler()173 int32_t sl = lv_obj_get_scroll_left(scroll_obj); in lv_indev_scroll_throw_handler()214 int32_t sl = lv_obj_get_scroll_left(scroll_obj); in lv_indev_scroll_throw_handler()354 sl = lv_obj_get_scroll_left(obj_act); in lv_indev_find_scroll_obj()
275 p_out->x -= lv_obj_get_scroll_left(obj); in lv_chart_get_point_pos_by_id()695 uint32_t id = get_index_from_x(obj, p.x + lv_obj_get_scroll_left(obj)); in lv_chart_event()750 int32_t scroll_left = lv_obj_get_scroll_left(obj); in draw_div_lines()815 int32_t x_ofs = obj->coords.x1 + pad_left - lv_obj_get_scroll_left(obj); in draw_series_line()970 int32_t x_ofs = obj->coords.x1 + pad_left + border_width - lv_obj_get_scroll_left(obj); in draw_series_scatter()1105 int32_t x_ofs = pad_left - lv_obj_get_scroll_left(obj) + border_w; in draw_series_bar()1290 int32_t scroll_left = lv_obj_get_scroll_left(obj); in invalidate_point()
186 … lv_obj_get_scroll_left(slide_deck_cont) - lv_obj_get_style_pad_left(slide_deck, 0) <= 0); in slide_deck_scrolled_cb()
169 lv_obj_get_scroll_left(dsc->focused_obj) > 0) { in gridnav_event_cb()
487 if(cur_pos.x < lv_obj_get_scroll_left(obj)) { in lv_textarea_set_cursor_pos()492 if(cur_pos.x + font_h - lv_obj_get_scroll_left(obj) > w) { in lv_textarea_set_cursor_pos()
265 - :cpp:expr:`lv_obj_get_scroll_left(widget)` Identical to :cpp:expr:`lv_obj_get_scroll_x(widget)`.