Searched refs:GetHeight (Results 1 – 6 of 6) sorted by relevance
51 const u32 GetHeight() const;
236 float Window::GetHeight() in GetHeight() function in DEMOWin::Window240 return this->master->GetHeight(); in GetHeight()286 …rsorColliding(this->GetX(), this->GetTop() - this->GetHeight() / 2, this->GetWidth(), this->GetHei… in CursorOver()377 float height = this->GetHeight(); in PreUpdate()399 float height = this->GetHeight(); in PreDraw()
69 float height = this->GetHeight() - this->height; in PreUpdate()113 float height = this->GetHeight() - this->height; in PreDraw()
222 …c2(window->GetX(), window->GetTop()), CVec2(window->GetWidth(), window->GetHeight()), i == 0, wind… in Draw()
56 float GetHeight();62 float GetBottom(){return this->GetTop() - GetHeight();} in GetBottom()