Searched refs:LV_MAX4 (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/src/misc/ |
D | lv_math.h | 127 #define LV_MAX4(a, b, c, d) (LV_MAX(LV_MAX(a,b), LV_MAX(c,d))) macro
|
/lvgl-latest/src/draw/ |
D | lv_img_buf.c | 375 res->x2 = LV_MAX4(p[0].x, p[1].x, p[2].x, p[3].x) + 2; in _lv_img_buf_get_transformed_area() 377 res->y2 = LV_MAX4(p[0].y, p[1].y, p[2].y, p[3].y) + 2; in _lv_img_buf_get_transformed_area()
|
/lvgl-latest/src/widgets/ |
D | lv_switch.c | 129 lv_coord_t knob_size = LV_MAX4(knob_left, knob_right, knob_bottom, knob_top); in lv_switch_event()
|
D | lv_arc.c | 625 lv_coord_t bg_pad = LV_MAX4(bg_left, bg_right, bg_top, bg_bottom); in lv_arc_event() 631 lv_coord_t knob_pad = LV_MAX4(knob_left, knob_right, knob_top, knob_bottom) + 2; in lv_arc_event() 683 lv_coord_t indic_r = arc_r - LV_MAX4(left_indic, right_indic, top_indic, bottom_indic); in lv_arc_draw()
|
/lvgl-latest/src/core/ |
D | lv_obj_pos.c | 828 area->x2 = LV_MAX4(p[0].x, p[1].x, p[2].x, p[3].x); in lv_obj_get_transformed_area() 830 area->y2 = LV_MAX4(p[0].y, p[1].y, p[2].y, p[3].y); in lv_obj_get_transformed_area()
|
/lvgl-latest/src/extra/widgets/colorwheel/ |
D | lv_colorwheel.c | 374 lv_coord_t knob_pad = LV_MAX4(left, right, top, bottom) + 2; in lv_colorwheel_event()
|
/lvgl-latest/src/draw/sdl/ |
D | lv_draw_sdl_rect.c | 778 lv_coord_t max_side = LV_MAX4(key.offsets.x1, key.offsets.y1, -key.offsets.x2, -key.offsets.y2); in draw_border_generic()
|
/lvgl-latest/src/extra/widgets/chart/ |
D | lv_chart.c | 737 …lv_event_set_ext_draw_size(e, LV_MAX4(chart->tick[0].draw_size, chart->tick[1].draw_size, chart->t… in lv_chart_event()
|