Searched refs:bar2 (Results 1 – 3 of 3) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_double_combo_box.cpp | 57 if (this->bar2.status == 2) in CursorOver() 60 visibleCount = this->data[this->pos1]->GetCount() - this->bar2.pos; in CursorOver() 105 this->bar2.Reset(); in Update() 133 this->bar2.x = this->x + size.x * 3 / 4 - SCROLLBAR_WIDTH / 2; in Update() 134 this->bar2.y = this->y - (5.5 + pos - position) * this->height; in Update() 135 this->bar2.count = count; in Update() 136 this->bar2.Update(); in Update() 141 int visibleCount = count - this->bar2.pos; in Update() 146 widthOffset = this->bar2.width / 2; in Update() 176 this->bar2.pos ++; in Update() [all …]
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/ |
| D | demowin_double_combo_box.h | 19 …55), CVec2(SCROLLBAR_WIDTH, size.y * COMBOBOX_COUNT), 0, COMBOBOX_COUNT), bar2(window, CVec3(size.… in MenuItem() 48 ScrollBar bar2; member
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/ |
| D | demowin_double_combo_box.h | 19 …55), CVec2(SCROLLBAR_WIDTH, size.y * COMBOBOX_COUNT), 0, COMBOBOX_COUNT), bar2(window, CVec3(size.… in MenuItem() 48 ScrollBar bar2; member
|