Home
last modified time | relevance | path

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

/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.c15767 int str_width_max; // largest string width. in draw_position_entity() local
15810 str_width_max = font_string_width_max(*pos_final, FONT); in draw_position_entity()
15824 str_offset_x = str_width_max / 2; in draw_position_entity()
15896 int str_width_max; // largest string width. in draw_features_entity() local
15936 str_width_max = font_string_width_max(*char_final, FONT); in draw_features_entity()
15950 str_offset_x = (str_width_max - font_string_width(FONT, "0")) / 2; in draw_features_entity()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.c16312 int str_width_max; // largest string width. in draw_properties_entity() local
16380str_width_max = label_width_max + font_string_width_max(output_value, DRAW_PROPERTIES_ARRAY_SIZE, … in draw_properties_entity()
16402 str_offset_x = str_width_max / 2; in draw_properties_entity()