Lines Matching refs:pos
50 int visibleCount = this->count - this->bar.pos; in CursorOver()
94 int visibleCount = this->count - this->bar.pos; in Update()
148 this->bar.pos ++; in Update()
150 if (this->bar.pos > this->count - COMBOBOX_COUNT) in Update()
151 this->bar.pos --; in Update()
162 this->bar.pos --; in Update()
164 if (this->bar.pos < 0) in Update()
165 this->bar.pos ++; in Update()
185 this->over = this->bar.pos + 0.5 + choice; in Update()
189 this->pos = this->bar.pos + 0.5 + choice; in Update()
192 *target = this->pos; in Update()
217 this->pos = *target; in Update()
294 int position = this->bar.pos + 0.5; in Draw()