Searched refs:vert_length (Results 1 – 1 of 1) sorted by relevance
359 double vert_length = dim.y + (M_PI/2.0 - 2.0)*rad; in dashed_rounded_box() local360 int n_vert_dashes = int(vert_length/(lt.dash_width*2.0) + .5); in dashed_rounded_box()362 ? vert_length/n_vert_dashes - lt.dash_width in dashed_rounded_box()497 double vert_length = dim.y + (M_PI/2.0 - 2.0)*rad; in dotted_rounded_box() local498 int n_vert_dots = int(vert_length/lt.dash_width + .5); in dotted_rounded_box()500 ? vert_length/n_vert_dots in dotted_rounded_box()