Home
last modified time | relevance | path

Searched refs:GetHeight (Results 1 – 6 of 6) sorted by relevance

/CafeSDK-2.12.13-1/system/include/nn/ec/
Dec_ImageFile.h51 const u32 GetHeight() const;
/CafeSDK-2.12.13-1/system/src/lib/demo/
Ddemowin.cpp236 float Window::GetHeight() in GetHeight() function in DEMOWin::Window
240 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()
/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_tab_window.cpp69 float height = this->GetHeight() - this->height; in PreUpdate()
113 float height = this->GetHeight() - this->height; in PreDraw()
Ddemowin_manager.cpp222 …c2(window->GetX(), window->GetTop()), CVec2(window->GetWidth(), window->GetHeight()), i == 0, wind… in Draw()
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
Ddemowin.h56 float GetHeight();
62 float GetBottom(){return this->GetTop() - GetHeight();} in GetBottom()
/CafeSDK-2.12.13-1/system/include/cafe/demo/
Ddemowin.h56 float GetHeight();
62 float GetBottom(){return this->GetTop() - GetHeight();} in GetBottom()