Home
last modified time | relevance | path

Searched refs:GetTop (Results 1 – 7 of 7) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_tabbing.cpp55 if (peripheral->CursorY() > tabIndex->window->GetTop()) in UpdateTabbing()
57 tabIndex->window->GetOffY() -= peripheral->CursorY() - tabIndex->window->GetTop(); in UpdateTabbing()
Ddemowin_manager.cpp163 …if (peripheral->CursorColliding(window, window->GetWidth() / 2 - CLOSEBUTTON_X, window->GetTop() +… in UpdateCloseButton()
183 …peripheral->DrawBox(CVec3(window->GetX() + window->GetWidth() / 2 - CLOSEBUTTON_X, window->GetTop(… in DrawCloseButton()
184 …, CVec3(window->GetX() + window->GetWidth() / 2 - CLOSEBUTTON_X, window->GetTop() + CLOSEBUTTON_Y,… in DrawCloseButton()
222 …peripheral->DrawWindowQuad(CVec2(window->GetX(), window->GetTop()), CVec2(window->GetWidth(), wind… in Draw()
/CafeSDK-2.12.13-1/system/src/lib/demo/
Ddemowin.cpp205 float Window::GetTop() in GetTop() function in DEMOWin::Window
209 return this->master->GetTop(); in GetTop()
286 …if (manager->peripheral->CursorColliding(this->GetX(), this->GetTop() - this->GetHeight() / 2, thi… in CursorOver()
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/
Ddemowin_peripheral.h71 …ndow->GetLeft() || CursorX() > window->GetRight() || CursorY() > window->GetTop() || CursorY() < w…
/CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/
Ddemowin_peripheral.h71 …ndow->GetLeft() || CursorX() > window->GetRight() || CursorY() > window->GetTop() || CursorY() < w…
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
Ddemowin.h61 float GetTop();
62 float GetBottom(){return this->GetTop() - GetHeight();} in GetBottom()
/CafeSDK-2.12.13-1/system/include/cafe/demo/
Ddemowin.h61 float GetTop();
62 float GetBottom(){return this->GetTop() - GetHeight();} in GetBottom()