Lines Matching refs:count
126 int count = ItemsCount(); in Select() local
131 selection_ = count - 1; in Select()
132 } else if (sel >= count) { in Select()
143 } else if (sel >= count) { in Select()
144 selection_ = count - 1; in Select()
219 int count = graphic_items_.size(); in Select() local
223 selection_ = count - 1; in Select()
224 } else if (sel >= count) { in Select()
746 size_t count = 0; in draw_menu_and_text_buffer_locked() local
747 for (int ty = ScreenHeight() - margin_height_ - char_height_; ty >= y && count < text_rows_; in draw_menu_and_text_buffer_locked()
748 ty -= char_height_, ++count) { in draw_menu_and_text_buffer_locked()