Home
last modified time | relevance | path

Searched refs:GetBottom (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_tabbing.cpp67 if (peripheral->CursorY() < tabIndex->window->GetBottom()) in UpdateTabbing()
69 tabIndex->window->GetOffY() += tabIndex->window->GetBottom() - peripheral->CursorY(); in UpdateTabbing()
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/
Ddemowin_peripheral.h71 …CursorX() > window->GetRight() || CursorY() > window->GetTop() || CursorY() < window->GetBottom()))
/CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/
Ddemowin_peripheral.h71 …CursorX() > window->GetRight() || CursorY() > window->GetTop() || CursorY() < window->GetBottom()))
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
Ddemowin.h62 float GetBottom(){return this->GetTop() - GetHeight();} in GetBottom() function
/CafeSDK-2.12.13-1/system/include/cafe/demo/
Ddemowin.h62 float GetBottom(){return this->GetTop() - GetHeight();} in GetBottom() function