Home
last modified time | relevance | path

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

/dports/graphics/openorienteering-mapper/mapper-0.9.2/src/core/symbols/
H A Dline_symbol.cpp1059 auto dash_length_f = length_type(0.001) * dash_length; in createDashGroups() local
1063 auto total_in_group_dash_length = dashes_in_group * dash_length_f; in createDashGroups()
1076 … (length_plus_break - num_half_groups * dash_length_f / 2) / total_group_and_break_length; in createDashGroups()
1085 && (length >= dash_length_f - switch_deviation || show_at_least_one_symbol); in createDashGroups()