Searched refs:rect_width (Results 1 – 2 of 2) sorted by relevance
49 int32_t rect_width = lv_area_get_width(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()
142 int32_t rect_width = coords->x2 - coords->x1; in _vglite_draw_border() local144 int32_t shortest_side = LV_MIN(rect_width, rect_height); in _vglite_draw_border()