Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_double_combo_box.cpp139 float widthOffset = 0; in Update() local
146 widthOffset = this->bar2.width / 2; in Update()
198 CursorX() = window->GetX() + this->x + this->width / 2 - widthOffset; in Update()
202 … this->width / 2 - widthOffset, this->y + this->height / 2 - this->height * visibleCount / 2 - lOf… in Update()
245 float widthOffset = 0; in Update() local
252 widthOffset = this->bar1.width / 2; in Update()
317 …lliding(this->x - widthOffset, this->y - (this->height / 2 + this->height * visibleCount / 2) * fl… in Update()
358 … - widthOffset, this->y - (this->height / 2 + this->height * COMBOBOX_COUNT / 2 + this->over1 * th… in Update()
449 float widthOffset = 0; in Draw() local
452 widthOffset = this->bar1.width / 2; in Draw()
[all …]
Ddemowin_combo_box.cpp92 float widthOffset = 0; in Update() local
99 widthOffset = this->bar.width / 2; in Update()
170 CursorX() = window->GetX() + this->x - widthOffset; in Update()
175 …Colliding(this->x - widthOffset, this->y - (this->height / 2 + this->height * visibleCount / 2) * … in Update()
268 float widthOffset = 0; in Draw() local
271 widthOffset = this->bar.width / 2; in Draw()
301 …Vec3(this->x - widthOffset, startY - (this->over - position) * this->height * flipMul, this->z + 0… in Draw()