Lines Matching refs:count
56 : Window(manager, name, CVec2(0, 0), CVec2(1.4, 0.1 + start.count * 0.1)) in ComboCustom()
58 ASSERT(start.count == names.count && names.count == option.count); in ComboCustom()
60 int count = start.count; in ComboCustom() local
64 counts.resize(count); in ComboCustom()
67 counts[i] = option.args[i].count; in ComboCustom()
71 optionArray.resize(count); in ComboCustom()
76 Init(count, &counts[0], start.args, names.args, &optionArray[0]); in ComboCustom()
80 : Window(manager, name, CVec2(0, 0), CVec2(1.4, 0.1 + start.count * 0.1)) in ComboCustom()
82 ASSERT(start.count == names.count && names.count == option.count); in ComboCustom()
84 int count = start.count; in ComboCustom() local
88 counts.resize(count); in ComboCustom()
95 optionArray.resize(count); in ComboCustom()
100 Init(count, &counts[0], start.args, names.args, &optionArray[0]); in ComboCustom()
110 int count = start.size(); in ComboCustom() local
114 counts.resize(count); in ComboCustom()
121 optionArray.resize(count); in ComboCustom()
126 Init(count, &counts[0], &start[0], &names[0], &optionArray[0]); in ComboCustom()
138 int count = counts[j]; in Init() local
140 options[j].resize(count); in Init()
141 optionsList[j].resize(count); in Init()
144 for (int i = 0; i < count; ++i) in Init()
155 box.count = count; in Init()
378 scrollBar->count = this->GetMaxHeight(); in PreUpdate()
400 scrollBar->count = this->GetMaxHeight(); in PreDraw()