Searched refs:hhalf (Results 1 – 1 of 1) sorted by relevance
348 lv_coord_t hhalf = lv_obj_get_height(obj) / 2; in _lv_obj_style_create_transition() local349 if(v1.num == LV_RADIUS_CIRCLE) v1.num = LV_MIN(whalf + 1, hhalf + 1); in _lv_obj_style_create_transition()350 if(v2.num == LV_RADIUS_CIRCLE) v2.num = LV_MIN(whalf + 1, hhalf + 1); in _lv_obj_style_create_transition()