Lines Matching refs:scrollBar
70 scrollBar->count = this->GetMaxHeight() - this->height; in PreUpdate()
71 scrollBar->max = height; in PreUpdate()
72 scrollBar->x = (this->GetWidth() - SCROLLBAR_WIDTH) / 2; in PreUpdate()
73 scrollBar->y = -height / 2 - this->height; in PreUpdate()
74 scrollBar->height = height; in PreUpdate()
75 canUpdate = scrollBar->Update(); in PreUpdate()
78 scrollBar->Reset(); in PreUpdate()
95 scrollBar->pos = 0; in PreUpdate()
96 scrollBar->wasMax = false; in PreUpdate()
102 this->offY = scrollBar->pos; in PreUpdate()
114 scrollBar->count = this->GetMaxHeight() - this->height; in PreDraw()
115 scrollBar->max = height; in PreDraw()
116 scrollBar->x = (this->GetWidth() - SCROLLBAR_WIDTH) / 2; in PreDraw()
117 scrollBar->y = -height / 2 - this->height; in PreDraw()
118 scrollBar->height = height; in PreDraw()
119 scrollBar->Draw(); in PreDraw()