Searched refs:rect_height (Results 1 – 2 of 2) sorted by relevance
50 int32_t rect_height = lv_area_get_height(coords); in vglite_create_rect_path_data() local53 int32_t shortest_side = LV_MIN(rect_width, rect_height); in vglite_create_rect_path_data()59 if((radius == (int32_t)LV_RADIUS_CIRCLE) && (rect_width == rect_height)) { in vglite_create_rect_path_data()
143 int32_t rect_height = coords->y2 - coords->y1; in _vglite_draw_border() local144 int32_t shortest_side = LV_MIN(rect_width, rect_height); in _vglite_draw_border()