Home
last modified time | relevance | path

Searched refs:visibleCount (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/demo/demowin/
Ddemowin_combo_box.cpp50 int visibleCount = this->count - this->bar.pos; in CursorOver() local
51 if (visibleCount > COMBOBOX_COUNT) in CursorOver()
52 visibleCount = COMBOBOX_COUNT; in CursorOver()
56 …x, this->y + this->height / 2 + this->height * visibleCount / 2, this->width, this->height * visib… in CursorOver()
61 …x, this->y - this->height / 2 - this->height * visibleCount / 2, this->width, this->height * visib… in CursorOver()
94 int visibleCount = this->count - this->bar.pos; in Update() local
95 if (visibleCount > COMBOBOX_COUNT) in Update()
96 visibleCount = COMBOBOX_COUNT; in Update()
144 if (TabSubIndex() > visibleCount - 1) in Update()
146 TabSubIndex() = visibleCount - 1; in Update()
[all …]
Ddemowin_double_combo_box.cpp42 int visibleCount = this->count - this->bar1.pos; in CursorOver() local
43 if (visibleCount > COMBOBOX_COUNT) in CursorOver()
44 visibleCount = COMBOBOX_COUNT; in CursorOver()
50 …>y - (this->height / 2 + this->height * visibleCount / 2) * flipMul, this->width / 2, this->height… in CursorOver()
60 visibleCount = this->data[this->pos1]->GetCount() - this->bar2.pos; in CursorOver()
61 if (visibleCount > COMBOBOX_COUNT) in CursorOver()
62 visibleCount = COMBOBOX_COUNT; in CursorOver()
66 …->y + this->height / 2 - this->height * visibleCount / 2 - lOffset, this->width / 2, this->height … in CursorOver()
141 int visibleCount = count - this->bar2.pos; in Update() local
142 if (visibleCount > COMBOBOX_COUNT) in Update()
[all …]