Home
last modified time | relevance | path

Searched refs:SCROLLBAR_WIDTH (Results 1 – 10 of 10) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/demo/demowin/
Ddemowin_double_combo_box.h19SCROLLBAR_WIDTH / 2, 0, position.z + 0.55), CVec2(SCROLLBAR_WIDTH, size.y * COMBOBOX_COUNT), 0, CO… in MenuItem()
Ddemowin_combo_box.h25 …alse), bar(window, CVec3(size.x / 2 - SCROLLBAR_WIDTH / 2, size.y * -5.5, position.z + 0.55), CVec… in MenuItem()
Ddemowin_scroll_bar.h47 const float SCROLLBAR_WIDTH = 0.05; variable
/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/demowin/
Ddemowin_double_combo_box.h19SCROLLBAR_WIDTH / 2, 0, position.z + 0.55), CVec2(SCROLLBAR_WIDTH, size.y * COMBOBOX_COUNT), 0, CO… in MenuItem()
Ddemowin_combo_box.h25 …alse), bar(window, CVec3(size.x / 2 - SCROLLBAR_WIDTH / 2, size.y * -5.5, position.z + 0.55), CVec… in MenuItem()
Ddemowin_scroll_bar.h47 const float SCROLLBAR_WIDTH = 0.05; variable
/CafeSDK-2.12.13/system/src/lib/demo/demowin/
Ddemowin_tab_window.cpp72 scrollBar->x = (this->GetWidth() - SCROLLBAR_WIDTH) / 2; in PreUpdate()
116 scrollBar->x = (this->GetWidth() - SCROLLBAR_WIDTH) / 2; in PreDraw()
Ddemowin_double_combo_box.cpp133 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()
Ddemowin_combo_box.cpp86 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/
Ddemowin.cpp175 …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()