Home
last modified time | relevance | path

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

/dports/games/tecnoballz/tecnoballz-0.93.1/src/
H A Dhandler_resources.cc464 handler_resources::load_texts(Uint32 resource_id, Uint32 numof_lines, Uint32 row_length, Uint32 mod… in load_texts() argument
518 if (numof_lines > 0 && numof_lines != list_count) in load_texts()
521 numof_lines << " exceptes lines, read " << list_count << in load_texts()
H A Dhandler_popup_menu.cc194 Uint32 numof_lines = num_of_lines + 2; in build_menu_box() local
199 numof_lines * vertical_space); in build_menu_box()
227 Sint32 ycoord = (240 * resolution - numof_lines * vertical_space) / 2; in build_menu_box()