Searched refs:choices_to_draw (Results 1 – 1 of 1) sorted by relevance
1547 int choices_to_draw = GetLastVisibleChoice() - m_first_visibile_choice + 1; in DrawContent() local1548 for (int i = 0; i < choices_to_draw; i++) { in DrawContent()