Searched refs:bar1 (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_double_combo_box.cpp | 39 if (this->bar1.status == 2) in CursorOver() 42 int visibleCount = this->count - this->bar1.pos; in CursorOver() 84 TabSubIndex() = this->pos1 - this->bar1.pos; in Update() 98 TabSubIndex() = this->pos1 - this->bar1.pos; in Update() 104 this->bar1.Reset(); in Update() 130 int position = this->bar1.pos + 0.5; in Update() 239 this->bar1.x = this->x + size.x / 4 - SCROLLBAR_WIDTH / 2; in Update() 240 this->bar1.y = this->y - this->height * 5.5; in Update() 241 this->bar1.count = this->count; in Update() 242 this->bar1.Update(); in Update() [all …]
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/ |
| D | demowin_double_combo_box.h | 19 …_target2), func(_func), funcExtra(_funcExtra), flipped(false), offset(0), bar1(window, CVec3(size.… in MenuItem() 47 ScrollBar bar1; member
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/ |
| D | demowin_double_combo_box.h | 19 …_target2), func(_func), funcExtra(_funcExtra), flipped(false), offset(0), bar1(window, CVec3(size.… in MenuItem() 47 ScrollBar bar1; member
|