Home
last modified time | relevance | path

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

/lvgl-latest/src/draw/nxp/vglite/
Dlv_vglite_path.c49 int32_t rect_width = lv_area_get_width(coords); in vglite_create_rect_path_data() local
53 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()
Dlv_draw_vglite_border.c142 int32_t rect_width = coords->x2 - coords->x1; in _vglite_draw_border() local
144 int32_t shortest_side = LV_MIN(rect_width, rect_height); in _vglite_draw_border()