Lines Matching refs:count
120 int count = ItemsCount(); in Select() local
125 selection_ = count - 1; in Select()
126 } else if (sel >= count) { in Select()
137 } else if (sel >= count) { in Select()
138 selection_ = count - 1; in Select()
213 int count = graphic_items_.size(); in Select() local
217 selection_ = count - 1; in Select()
218 } else if (sel >= count) { in Select()
733 size_t count = 0; in draw_menu_and_text_buffer_locked() local
734 for (int ty = ScreenHeight() - margin_height_ - char_height_; ty >= y && count < text_rows_; in draw_menu_and_text_buffer_locked()
735 ty -= char_height_, ++count) { in draw_menu_and_text_buffer_locked()