Searched refs:half_h (Results 1 – 2 of 2) sorted by relevance
421 const float half_h = h / 2.0f; in lv_vg_lite_path_append_rect() local424 const float r_max = LV_MIN(half_w, half_h); in lv_vg_lite_path_append_rect()440 if(math_equal(r, half_w) && math_equal(r, half_h)) { in lv_vg_lite_path_append_rect()441 lv_vg_lite_path_append_circle(path, x + half_w, y + half_h, r, r); in lv_vg_lite_path_append_rect()
124 const float half_h = h / 2.0f; in path_append_inner_rect() local126 const float border_w_max = LV_MIN(half_w, half_h); in path_append_inner_rect()