Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_draw/
Dlv_draw_rect.c221 int32_t coords_h = lv_area_get_height(&coords_bg); in draw_bg() local
225 int32_t short_side = LV_MATH_MIN(coords_w, coords_h); in draw_bg()
397 int32_t coords_h = lv_area_get_height(coords); in draw_border() local
401 int32_t short_side = LV_MATH_MIN(coords_w, coords_h); in draw_border()