Lines Matching refs:height
164 …(_size), maxSize(_maxSize), x(position.x), y(position.y), width(size.x), height(size.y), maxWidth(… in Window()
167 maxHeight = height; in Window()
170 ASSERT(height >= 0); in Window()
171 ASSERT(maxHeight >= height); in Window()
175 …s, CVec3(width / 2 - SCROLLBAR_WIDTH / 2, -height / 2, 0.9), CVec2(SCROLLBAR_WIDTH, height), maxHe… in Window()
242 float ret = this->height; in GetHeight()
247 ret += custom->height; in GetHeight()
377 float height = this->GetHeight(); in PreUpdate() local
379 scrollBar->max = height; in PreUpdate()
381 scrollBar->y = -height / 2; in PreUpdate()
382 scrollBar->height = height; in PreUpdate()
399 float height = this->GetHeight(); in PreDraw() local
401 scrollBar->max = height; in PreDraw()
403 scrollBar->y = -height / 2; in PreDraw()
404 scrollBar->height = height; in PreDraw()