Searched refs:outline_half (Results 1 – 1 of 1) sorted by relevance
215 lv_coord_t outline_half = (lv_coord_t)ceil(dsc->outline_width / 2.0f); in lv_gpu_nxp_vglite_draw_border_generic() local216 if(radius < (lv_coord_t)LV_RADIUS_CIRCLE - outline_half) in lv_gpu_nxp_vglite_draw_border_generic()217 radius = radius + outline_half; in lv_gpu_nxp_vglite_draw_border_generic()