Searched refs:SCROLLBAR_WIDTH (Results 1 – 10 of 10) sorted by relevance
| /CafeSDK-2.12.13/system/include/cafe/demo/demowin/ |
| D | demowin_double_combo_box.h | 19 …SCROLLBAR_WIDTH / 2, 0, position.z + 0.55), CVec2(SCROLLBAR_WIDTH, size.y * COMBOBOX_COUNT), 0, CO… in MenuItem()
|
| D | demowin_combo_box.h | 25 …alse), bar(window, CVec3(size.x / 2 - SCROLLBAR_WIDTH / 2, size.y * -5.5, position.z + 0.55), CVec… in MenuItem()
|
| D | demowin_scroll_bar.h | 47 const float SCROLLBAR_WIDTH = 0.05; variable
|
| /CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/demowin/ |
| D | demowin_double_combo_box.h | 19 …SCROLLBAR_WIDTH / 2, 0, position.z + 0.55), CVec2(SCROLLBAR_WIDTH, size.y * COMBOBOX_COUNT), 0, CO… in MenuItem()
|
| D | demowin_combo_box.h | 25 …alse), bar(window, CVec3(size.x / 2 - SCROLLBAR_WIDTH / 2, size.y * -5.5, position.z + 0.55), CVec… in MenuItem()
|
| D | demowin_scroll_bar.h | 47 const float SCROLLBAR_WIDTH = 0.05; variable
|
| /CafeSDK-2.12.13/system/src/lib/demo/demowin/ |
| D | demowin_tab_window.cpp | 72 scrollBar->x = (this->GetWidth() - SCROLLBAR_WIDTH) / 2; in PreUpdate() 116 scrollBar->x = (this->GetWidth() - SCROLLBAR_WIDTH) / 2; in PreDraw()
|
| D | demowin_double_combo_box.cpp | 133 this->bar2.x = this->x + size.x * 3 / 4 - SCROLLBAR_WIDTH / 2; in Update() 239 this->bar1.x = this->x + size.x / 4 - SCROLLBAR_WIDTH / 2; in Update() 504 this->bar1.x = this->x + size.x / 4 - SCROLLBAR_WIDTH / 2; in Draw() 562 this->bar2.x = this->x + size.x * 3 / 4 - SCROLLBAR_WIDTH / 2; in Draw()
|
| D | demowin_combo_box.cpp | 86 this->bar.x = this->x + size.x / 2 - SCROLLBAR_WIDTH / 2; in Update() 315 this->bar.x = this->x + size.x / 2 - SCROLLBAR_WIDTH / 2; in Draw()
|
| /CafeSDK-2.12.13/system/src/lib/demo/ |
| D | demowin.cpp | 175 …llBar = new ScrollBar(this, CVec3(width / 2 - SCROLLBAR_WIDTH / 2, -height / 2, 0.9), CVec2(SCROLL… in Window() 380 scrollBar->x = (this->GetWidth() - SCROLLBAR_WIDTH) / 2; in PreUpdate() 402 scrollBar->x = (this->GetWidth() - SCROLLBAR_WIDTH) / 2; in PreDraw()
|