Searched refs:LV_COORD_MIN (Results 1 – 8 of 8) sorted by relevance
/lvgl-3.4.0/src/core/ |
D | lv_indev_scroll.c | 133 lv_coord_t y = find_snap_point_y(scroll_obj, LV_COORD_MIN, LV_COORD_MAX, diff_y); in _lv_indev_scroll_throw_handler() 157 lv_coord_t x = find_snap_point_x(scroll_obj, LV_COORD_MIN, LV_COORD_MAX, diff_x); in _lv_indev_scroll_throw_handler() 353 …lv_area_set(&proc->types.pointer.scroll_area, LV_COORD_MIN, LV_COORD_MIN, LV_COORD_MAX, LV_COORD_M… in init_scroll_limits() 360 … proc->types.pointer.scroll_area.y2 = find_snap_point_y(obj, LV_COORD_MIN, obj->coords.y1 - 1, 0); in init_scroll_limits() 364 … proc->types.pointer.scroll_area.y2 = find_snap_point_y(obj, LV_COORD_MIN, obj->coords.y2, 0); in init_scroll_limits() 369 … proc->types.pointer.scroll_area.y2 = find_snap_point_y(obj, LV_COORD_MIN, y_mid - 1, 0); in init_scroll_limits() 373 proc->types.pointer.scroll_area.y1 = LV_COORD_MIN; in init_scroll_limits() 381 … proc->types.pointer.scroll_area.x2 = find_snap_point_x(obj, LV_COORD_MIN, obj->coords.x1, 0); in init_scroll_limits() 385 … proc->types.pointer.scroll_area.x2 = find_snap_point_x(obj, LV_COORD_MIN, obj->coords.x2, 0); in init_scroll_limits() 390 … proc->types.pointer.scroll_area.x2 = find_snap_point_x(obj, LV_COORD_MIN, x_mid - 1, 0); in init_scroll_limits() [all …]
|
D | lv_obj_pos.c | 604 lv_point_t p = {0, LV_COORD_MIN}; in lv_obj_get_self_width() 611 lv_point_t p = {LV_COORD_MIN, 0}; in lv_obj_get_self_height() 961 lv_coord_t child_res = LV_COORD_MIN; in calc_content_width() 992 if(child_res != LV_COORD_MIN) { in calc_content_width() 1025 if(child_res != LV_COORD_MIN) { in calc_content_width() 1030 if(child_res == LV_COORD_MIN) return self_w; in calc_content_width() 1045 lv_coord_t child_res = LV_COORD_MIN; in calc_content_height() 1077 if(child_res != LV_COORD_MIN) { in calc_content_height()
|
D | lv_obj_scroll.c | 139 lv_coord_t child_res = LV_COORD_MIN; in lv_obj_get_scroll_bottom() 152 if(child_res != LV_COORD_MIN) { in lv_obj_get_scroll_bottom() 195 child_res = LV_COORD_MIN; in lv_obj_get_scroll_left() 217 lv_coord_t child_res = LV_COORD_MIN; in lv_obj_get_scroll_right() 230 if(child_res != LV_COORD_MIN) { in lv_obj_get_scroll_right()
|
/lvgl-3.4.0/src/draw/sdl/ |
D | lv_draw_sdl_polygon.c | 57 …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-3.4.0/src/misc/ |
D | lv_area.h | 273 #define LV_COORD_MIN (-LV_COORD_MAX) macro 276 LV_EXPORT_CONST_INT(LV_COORD_MIN);
|
/lvgl-3.4.0/src/draw/sw/ |
D | lv_draw_sw_polygon.c | 78 …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-3.4.0/src/extra/layouts/grid/ |
D | lv_grid.c | 445 lv_coord_t size = LV_COORD_MIN; in calc_cols() 514 lv_coord_t size = LV_COORD_MIN; in calc_rows()
|
/lvgl-3.4.0/src/extra/widgets/chart/ |
D | lv_chart.c | 1098 p2.x = LV_COORD_MIN; in draw_series_scatter() 1099 p2.y = LV_COORD_MIN; in draw_series_scatter()
|