Home
last modified time | relevance | path

Searched refs:LV_COORD_MIN (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/src/core/
Dlv_indev_scroll.c146 lv_coord_t y = find_snap_point_y(scroll_obj, LV_COORD_MIN, LV_COORD_MAX, diff_y); in _lv_indev_scroll_throw_handler()
170 lv_coord_t x = find_snap_point_x(scroll_obj, LV_COORD_MIN, LV_COORD_MAX, diff_x); in _lv_indev_scroll_throw_handler()
389 …lv_area_set(&proc->types.pointer.scroll_area, LV_COORD_MIN, LV_COORD_MIN, LV_COORD_MAX, LV_COORD_M… in init_scroll_limits()
396 … proc->types.pointer.scroll_area.y2 = find_snap_point_y(obj, LV_COORD_MIN, obj->coords.y1 - 1, 0); in init_scroll_limits()
400 … proc->types.pointer.scroll_area.y2 = find_snap_point_y(obj, LV_COORD_MIN, obj->coords.y2, 0); in init_scroll_limits()
405 … proc->types.pointer.scroll_area.y2 = find_snap_point_y(obj, LV_COORD_MIN, y_mid - 1, 0); in init_scroll_limits()
409 proc->types.pointer.scroll_area.y1 = LV_COORD_MIN; in init_scroll_limits()
417 … proc->types.pointer.scroll_area.x2 = find_snap_point_x(obj, LV_COORD_MIN, obj->coords.x1, 0); in init_scroll_limits()
421 … proc->types.pointer.scroll_area.x2 = find_snap_point_x(obj, LV_COORD_MIN, obj->coords.x2, 0); in init_scroll_limits()
426 … proc->types.pointer.scroll_area.x2 = find_snap_point_x(obj, LV_COORD_MIN, x_mid - 1, 0); in init_scroll_limits()
[all …]
Dlv_obj_pos.c606 lv_point_t p = {0, LV_COORD_MIN}; in lv_obj_get_self_width()
613 lv_point_t p = {LV_COORD_MIN, 0}; in lv_obj_get_self_height()
999 lv_coord_t child_res = LV_COORD_MIN; in calc_content_width()
1030 if(child_res != LV_COORD_MIN) { in calc_content_width()
1063 if(child_res != LV_COORD_MIN) { in calc_content_width()
1068 if(child_res == LV_COORD_MIN) return self_w; in calc_content_width()
1083 lv_coord_t child_res = LV_COORD_MIN; in calc_content_height()
1114 if(child_res != LV_COORD_MIN) { in calc_content_height()
Dlv_obj_scroll.c138 lv_coord_t child_res = LV_COORD_MIN; in lv_obj_get_scroll_bottom()
151 if(child_res != LV_COORD_MIN) { in lv_obj_get_scroll_bottom()
194 child_res = LV_COORD_MIN; in lv_obj_get_scroll_left()
216 lv_coord_t child_res = LV_COORD_MIN; in lv_obj_get_scroll_right()
229 if(child_res != LV_COORD_MIN) { in lv_obj_get_scroll_right()
/lvgl-latest/src/draw/sdl/
Dlv_draw_sdl_polygon.c57 …a_t poly_coords = {.x1 = LV_COORD_MAX, .y1 = LV_COORD_MAX, .x2 = LV_COORD_MIN, .y2 = LV_COORD_MIN}; in lv_draw_sdl_polygon()
/lvgl-latest/src/misc/
Dlv_area.h283 #define LV_COORD_MIN (-LV_COORD_MAX) macro
286 LV_EXPORT_CONST_INT(LV_COORD_MIN);
/lvgl-latest/src/draw/sw/
Dlv_draw_sw_polygon.c78 …a_t poly_coords = {.x1 = LV_COORD_MAX, .y1 = LV_COORD_MAX, .x2 = LV_COORD_MIN, .y2 = LV_COORD_MIN}; in lv_draw_sw_polygon()
/lvgl-latest/src/extra/layouts/grid/
Dlv_grid.c438 lv_coord_t size = LV_COORD_MIN; in calc_cols()
507 lv_coord_t size = LV_COORD_MIN; in calc_rows()
/lvgl-latest/src/extra/widgets/chart/
Dlv_chart.c1097 p2.x = LV_COORD_MIN; in draw_series_scatter()
1098 p2.y = LV_COORD_MIN; in draw_series_scatter()