Lines Matching refs:TabSubIndex
75 TabSubIndex() = -1; in Update()
107 TabSubIndex() = 0; in Update()
124 if (TabSubIndex() == -1) in Update()
125 TabSubIndex() = 0; in Update()
143 TabSubIndex() ++; in Update()
144 if (TabSubIndex() > visibleCount - 1) in Update()
146 TabSubIndex() = visibleCount - 1; in Update()
157 TabSubIndex() --; in Update()
158 if (TabSubIndex() < 0) in Update()
160 TabSubIndex() = 0; in Update()
169 CursorY() = window->GetY() + this->y - (this->height + this->height * TabSubIndex()) * flipMul; in Update()
194 TabSubIndex() = -1; in Update()