Searched refs:flipMul (Results 1 – 2 of 2) sorted by relevance
| /CafeSDK-2.12.13/system/src/lib/demo/demowin/ |
| D | demowin_combo_box.cpp | 79 float flipMul = 1.0; in Update() local 81 flipMul = -1.0; in Update() 169 CursorY() = window->GetY() + this->y - (this->height + this->height * TabSubIndex()) * flipMul; in Update() 175 …Offset, this->y - (this->height / 2 + this->height * visibleCount / 2) * flipMul, this->width - wi… in Update() 177 …ce = (window->GetY() + this->y - (this->height / 2) * flipMul - CursorY()) / this->height * flipMu… in Update() 204 …his->x, this->y - (this->height / 2 + this->height * visibleCount / 2) * flipMul, this->width, thi… in Update() 277 float flipMul = 1.0; in Draw() local 279 flipMul = -1.0; in Draw() 286 …DrawBox(CVec3(this->x, this->y - (this->height / 2 + this->height * count / 2) * flipMul, this->z … in Draw() 296 float startY = this->y - this->height * flipMul; in Draw() [all …]
|
| D | demowin_double_combo_box.cpp | 46 float flipMul = 1.0; in CursorOver() local 48 flipMul = -1.0; in CursorOver() 50 …his->x, this->y - (this->height / 2 + this->height * visibleCount / 2) * flipMul, this->width / 2,… in CursorOver() 64 float lOffset = (this->height + this->off * this->height) * flipMul - this->offset; in CursorOver() 114 float flipMul = 1.0; in Update() local 116 flipMul = -1.0; in Update() 124 float lOffset = (this->height + this->off * this->height) * flipMul - this->offset; in Update() 312 CursorY() = window->GetY() + this->y - (this->height + this->height * TabSubIndex()) * flipMul; in Update() 317 …Offset, this->y - (this->height / 2 + this->height * visibleCount / 2) * flipMul, this->width / 2 … in Update() 319 …ce = (window->GetY() + this->y - (this->height / 2) * flipMul - CursorY()) / this->height * flipMu… in Update() [all …]
|