Lines Matching refs:count
121 int count = ItemsCount(); in Select() local
126 selection_ = count - 1; in Select()
127 } else if (sel >= count) { in Select()
138 } else if (sel >= count) { in Select()
139 selection_ = count - 1; in Select()
214 int count = graphic_items_.size(); in Select() local
218 selection_ = count - 1; in Select()
219 } else if (sel >= count) { in Select()
740 size_t count = 0; in draw_menu_and_text_buffer_locked() local
741 for (int ty = ScreenHeight() - margin_height_ - char_height_; ty >= y && count < text_rows_; in draw_menu_and_text_buffer_locked()
742 ty -= char_height_, ++count) { in draw_menu_and_text_buffer_locked()