Searched refs:LV_COORD_MIN (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/core/ |
D | lv_indev_scroll.c | 146 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 …]
|
D | lv_obj_pos.c | 606 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()
|
D | lv_obj_scroll.c | 138 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/ |
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-latest/src/misc/ |
D | lv_area.h | 283 #define LV_COORD_MIN (-LV_COORD_MAX) macro 286 LV_EXPORT_CONST_INT(LV_COORD_MIN);
|
/lvgl-latest/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-latest/src/extra/layouts/grid/ |
D | lv_grid.c | 438 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/ |
D | lv_chart.c | 1097 p2.x = LV_COORD_MIN; in draw_series_scatter() 1098 p2.y = LV_COORD_MIN; in draw_series_scatter()
|