Searched refs:GetTop (Results 1 – 7 of 7) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_tabbing.cpp | 55 if (peripheral->CursorY() > tabIndex->window->GetTop()) in UpdateTabbing() 57 tabIndex->window->GetOffY() -= peripheral->CursorY() - tabIndex->window->GetTop(); in UpdateTabbing()
|
| D | demowin_manager.cpp | 163 …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/ |
| D | demowin.cpp | 205 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/ |
| D | demowin_peripheral.h | 71 …ndow->GetLeft() || CursorX() > window->GetRight() || CursorY() > window->GetTop() || CursorY() < w…
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/ |
| D | demowin_peripheral.h | 71 …ndow->GetLeft() || CursorX() > window->GetRight() || CursorY() > window->GetTop() || CursorY() < w…
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demowin.h | 61 float GetTop(); 62 float GetBottom(){return this->GetTop() - GetHeight();} in GetBottom()
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demowin.h | 61 float GetTop(); 62 float GetBottom(){return this->GetTop() - GetHeight();} in GetBottom()
|