Searched refs:offY (Results 1 – 6 of 6) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_scroll_bar.cpp | 36 float offY = *this->pPos / sizeY; in Update() local 38 offY = (0.5 - offY) * (this->height - this->subHeight); in Update() 46 offY = CursorY() - this->oldY; in Update() 47 offY = 0.5 - offY / (this->height - this->subHeight); in Update() 48 *this->pPos = offY * sizeY; in Update() 72 if (CursorColliding(this->x, this->y + offY, this->width, this->subHeight)) in Update() 77 this->oldY = CursorY() - offY; in Update() 109 float offY = *pPos / sizeY; in Draw() local 116 offY = (0.5 - offY) * (height - subHeight); in Draw() 121 DrawQuad(CVec3(x, y + offY, z + 0.0001), CVec2(width, subHeight), color); in Draw()
|
| D | demowin_tab_window.cpp | 26 float temp = this->offY; in Draw() 27 this->offY = 0; in Draw() 59 this->offY = temp; in Draw() 65 this->offY = 0; in PreUpdate() 102 this->offY = scrollBar->pos; in PreUpdate() 110 float temp = this->offY; in PreDraw() 111 this->offY = 0; in PreDraw() 121 this->offY = temp; in PreDraw()
|
| D | demowin_manager.cpp | 252 custom->offY = window->offY; in Draw() 378 custom->offY = window->offY; in Update()
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/ |
| D | demowin.cpp | 164 …h(maxSize.x), maxHeight(maxSize.y), canKill(_canKill), deleteFlag(false), offY(0), visible(false),… in Window() 201 return this->offY; in GetOffY() 373 this->offY = 0; in PreUpdate() 388 this->offY = scrollBar->pos; in PreUpdate() 396 float temp = this->offY; in PreDraw() 397 this->offY = 0; in PreDraw() 407 this->offY = temp; in PreDraw() 442 master->offY = 0; in DetachWindow()
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/ |
| D | demowin.h | 52 float GetY() {return this->y + this->offY;} in GetY() 110 float offY; member
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demowin.h | 52 float GetY() {return this->y + this->offY;} in GetY() 110 float offY; member
|