Lines Matching refs:LV_MAX
544 blend_area.x1 = LV_MAX(blend_area.x1, w_half); in draw_shadow()
587 blend_area.x1 = LV_MAX(blend_area.x1, w_half); in draw_shadow()
588 blend_area.y1 = LV_MAX(blend_area.y1, h_half + 1); in draw_shadow()
675 blend_area.y1 = LV_MAX(blend_area.y1, h_half + 1); in draw_shadow()
729 blend_area.y2 = LV_MAX(blend_area.y2, h_half); in draw_shadow()
730 blend_area.x1 = LV_MAX(blend_area.x1, w_half); in draw_shadow()
786 blend_area.y2 = LV_MAX(blend_area.y2, h_half); in draw_shadow()
870 blend_area.y1 = LV_MAX(blend_area.y1, h_half + 1); in draw_shadow()
1193 core_area.x1 = LV_MAX(outer_area->x1 + rout, inner_area->x1); in draw_border_generic()
1195 core_area.y1 = LV_MAX(outer_area->y1 + rout, inner_area->y1); in draw_border_generic()
1280 lv_coord_t max_h = LV_MAX(rout, inner_area->y1 - outer_area->y1); in draw_border_generic()
1332 blend_area.x1 = LV_MAX(draw_area.x1, core_area.x2 + 1); in draw_border_generic()