Home
last modified time | relevance | path

Searched refs:maxHeight (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/
Ddemowin.cpp164 ….x), y(position.y), width(size.x), height(size.y), maxWidth(maxSize.x), maxHeight(maxSize.y), canK… in Window()
166 if (maxHeight <= 0) in Window()
167 maxHeight = height; in Window()
171 ASSERT(maxHeight >= height); in Window()
175 …h / 2 - SCROLLBAR_WIDTH / 2, -height / 2, 0.9), CVec2(SCROLLBAR_WIDTH, height), maxHeight, height); in Window()
261 float ret = this->maxHeight; in GetMaxHeight()
266 ret += custom->maxHeight; in GetMaxHeight()
/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_manager.cpp260 y -= custom->maxHeight; in Draw()
385 y -= custom->maxHeight; in Update()
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
Ddemowin.h116 float& maxHeight; member
/CafeSDK-2.12.13-1/system/include/cafe/demo/
Ddemowin.h116 float& maxHeight; member