Searched refs:COMBOBOX_COUNT (Results 1 – 6 of 6) sorted by relevance
| /CafeSDK-2.12.13/system/src/lib/demo/demowin/ |
| D | demowin_double_combo_box.cpp | 43 if (visibleCount > COMBOBOX_COUNT) in CursorOver() 44 visibleCount = COMBOBOX_COUNT; in CursorOver() 61 if (visibleCount > COMBOBOX_COUNT) in CursorOver() 62 visibleCount = COMBOBOX_COUNT; in CursorOver() 142 if (visibleCount > COMBOBOX_COUNT) in Update() 143 visibleCount = COMBOBOX_COUNT; in Update() 145 if (count > COMBOBOX_COUNT) in Update() 178 if (this->bar2.pos > count - COMBOBOX_COUNT) in Update() 248 if (visibleCount > COMBOBOX_COUNT) in Update() 249 visibleCount = COMBOBOX_COUNT; in Update() [all …]
|
| D | demowin_combo_box.cpp | 51 if (visibleCount > COMBOBOX_COUNT) in CursorOver() 52 visibleCount = COMBOBOX_COUNT; in CursorOver() 95 if (visibleCount > COMBOBOX_COUNT) in Update() 96 visibleCount = COMBOBOX_COUNT; in Update() 98 if (this->count > COMBOBOX_COUNT) in Update() 150 if (this->bar.pos > this->count - COMBOBOX_COUNT) in Update() 264 int count = COMBOBOX_COUNT; in Draw() 270 if (this->count > COMBOBOX_COUNT) in Draw() 299 if (this->over >= position && this->over < position + COMBOBOX_COUNT) in Draw() 303 if (count > position + COMBOBOX_COUNT) in Draw() [all …]
|
| /CafeSDK-2.12.13/system/include/cafe/demo/demowin/ |
| D | demowin_double_combo_box.h | 19 …COMBOBOX_COUNT), 0, COMBOBOX_COUNT), bar2(window, CVec3(size.x * 3 / 4 - SCROLLBAR_WIDTH / 2, 0, p… in MenuItem()
|
| D | demowin_combo_box.h | 20 const int COMBOBOX_COUNT = 10; variable 25 … * -5.5, position.z + 0.55), CVec2(SCROLLBAR_WIDTH, size.y * COMBOBOX_COUNT), 0, COMBOBOX_COUNT) {} in MenuItem()
|
| /CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/demowin/ |
| D | demowin_double_combo_box.h | 19 …COMBOBOX_COUNT), 0, COMBOBOX_COUNT), bar2(window, CVec3(size.x * 3 / 4 - SCROLLBAR_WIDTH / 2, 0, p… in MenuItem()
|
| D | demowin_combo_box.h | 20 const int COMBOBOX_COUNT = 10; variable 25 … * -5.5, position.z + 0.55), CVec2(SCROLLBAR_WIDTH, size.y * COMBOBOX_COUNT), 0, COMBOBOX_COUNT) {} in MenuItem()
|