Lines Matching refs:height
34 float y = -height / 2; in Draw()
39 float buttonHeight = height; in Draw()
69 float height = this->GetHeight() - this->height; in PreUpdate() local
70 scrollBar->count = this->GetMaxHeight() - this->height; in PreUpdate()
71 scrollBar->max = height; in PreUpdate()
73 scrollBar->y = -height / 2 - this->height; in PreUpdate()
74 scrollBar->height = height; in PreUpdate()
86 if (canUpdate && menu->CursorColliding(0, -height / 2, GetWidth(), height)) in PreUpdate()
113 float height = this->GetHeight() - this->height; in PreDraw() local
114 scrollBar->count = this->GetMaxHeight() - this->height; in PreDraw()
115 scrollBar->max = height; in PreDraw()
117 scrollBar->y = -height / 2 - this->height; in PreDraw()
118 scrollBar->height = height; in PreDraw()