Searched refs:maxHeight (Results 1 – 4 of 4) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demowin.cpp | 164 ….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/ |
| D | demowin_manager.cpp | 260 y -= custom->maxHeight; in Draw() 385 y -= custom->maxHeight; in Update()
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demowin.h | 116 float& maxHeight; member
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demowin.h | 116 float& maxHeight; member
|