Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_double_combo_box.cpp64 float lOffset = (this->height + this->off * this->height) * flipMul - this->offset; in CursorOver() local
66 …idth / 2, this->y + this->height / 2 - this->height * visibleCount / 2 - lOffset, this->width / 2,… in CursorOver()
124 float lOffset = (this->height + this->off * this->height) * flipMul - this->offset; in Update() local
197 CursorY() = window->GetY() + this->y - this->height * TabSubIndex() - lOffset; in Update()
202 …thOffset, this->y + this->height / 2 - this->height * visibleCount / 2 - lOffset, this->width / 2 … in Update()
204 int choice = (window->GetY() + this->y + this->height / 2 - CursorY() - lOffset) / this->height; in Update()
231 …idth / 2, this->y + this->height / 2 - this->height * visibleCount / 2 - lOffset, this->width / 2,… in Update()