Searched refs:GetY (Results 1 – 8 of 8) sorted by relevance
| /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() function 182 …er->peripheral->DrawText(text, CVec3(window->GetX() + position.x, window->GetY() + position.y, pos… in DrawText() 184 …ripheral->DrawTextCenter(text, CVec3(window->GetX() + position.x, window->GetY() + position.y, pos… in DrawTextCenter() 186 …eripheral->DrawTextRight(text, CVec3(window->GetX() + position.x, window->GetY() + position.y, pos… in DrawTextRight() 188 …heral->DrawMultiLineText(text, CVec3(window->GetX() + position.x, window->GetY() + position.y, pos… in DrawMultiLineText() 190 …->manager->peripheral->DrawBox(CVec3(window->GetX() + position.x, window->GetY() + position.y, pos… 192 …>manager->peripheral->DrawLine(CVec3(window->GetX() + position.x, window->GetY() + position.y, pos… in DrawLine() 194 …ager->peripheral->DrawFastLine(CVec3(window->GetX() + position.x, window->GetY() + position.y, pos… in DrawFastLine() 196 …>manager->peripheral->DrawQuad(CVec3(window->GetX() + position.x, window->GetY() + position.y, pos… in DrawQuad() 198 …->peripheral->DrawTexQuad(tex, CVec3(window->GetX() + position.x, window->GetY() + position.y, pos… in DrawTexQuad() [all …]
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/ |
| D | demowin.h | 52 float GetY() {return this->y + this->offY;} in GetY() function 182 …er->peripheral->DrawText(text, CVec3(window->GetX() + position.x, window->GetY() + position.y, pos… in DrawText() 184 …ripheral->DrawTextCenter(text, CVec3(window->GetX() + position.x, window->GetY() + position.y, pos… in DrawTextCenter() 186 …eripheral->DrawTextRight(text, CVec3(window->GetX() + position.x, window->GetY() + position.y, pos… in DrawTextRight() 188 …heral->DrawMultiLineText(text, CVec3(window->GetX() + position.x, window->GetY() + position.y, pos… in DrawMultiLineText() 190 …->manager->peripheral->DrawBox(CVec3(window->GetX() + position.x, window->GetY() + position.y, pos… 192 …>manager->peripheral->DrawLine(CVec3(window->GetX() + position.x, window->GetY() + position.y, pos… in DrawLine() 194 …ager->peripheral->DrawFastLine(CVec3(window->GetX() + position.x, window->GetY() + position.y, pos… in DrawFastLine() 196 …>manager->peripheral->DrawQuad(CVec3(window->GetX() + position.x, window->GetY() + position.y, pos… in DrawQuad() 198 …->peripheral->DrawTexQuad(tex, CVec3(window->GetX() + position.x, window->GetY() + position.y, pos… in DrawTexQuad() [all …]
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_tabbing.cpp | 52 peripheral->CursorY() = tabIndex->object->y + tabIndex->window->GetY(); in UpdateTabbing() 64 peripheral->CursorY() = tabIndex->object->y + tabIndex->window->GetY(); in UpdateTabbing() 76 peripheral->CursorY() = tabIndex->object->y + tabIndex->window->GetY(); in UpdateTabbing()
|
| D | demowin_double_combo_box.cpp | 197 CursorY() = window->GetY() + this->y - this->height * TabSubIndex() - lOffset; in Update() 204 int choice = (window->GetY() + this->y + this->height / 2 - CursorY() - lOffset) / this->height; in Update() 312 CursorY() = window->GetY() + this->y - (this->height + this->height * TabSubIndex()) * flipMul; in Update() 319 …int choice = (window->GetY() + this->y - (this->height / 2) * flipMul - CursorY()) / this->height … in Update() 459 …if (window->GetY() + this->y - this->height / 2 - this->height * count < -1.0 && window->GetY() + … in Draw() 533 if (window->GetY() + startY - this->height / 2 - this->height * count < -1.0) in Draw() 534 … this->offset = -window->GetY() - startY - this->height / 2 + this->height * count - 1.0; in Draw()
|
| D | demowin_combo_box.cpp | 169 CursorY() = window->GetY() + this->y - (this->height + this->height * TabSubIndex()) * flipMul; in Update() 177 …int choice = (window->GetY() + this->y - (this->height / 2) * flipMul - CursorY()) / this->height … in Update() 274 …if (window->GetY() + this->y - this->height / 2 - this->height * count < -1.0 && window->GetY() + … in Draw()
|
| D | demowin_manager.cpp | 163 …etWidth() / 2 - CLOSEBUTTON_X, window->GetTop() + CLOSEBUTTON_Y - window->GetY(), CLOSEBUTTON_WIDT… in UpdateCloseButton() 309 …indow->x - window->GetX(), window->y + WINDOW_HANDLE_HEIGHT / 2 - window->GetY(), window->GetWidth… in Update()
|
| /CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/ |
| D | demowin_peripheral.h | 68 y += window->GetY();
|
| /CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/ |
| D | demowin_peripheral.h | 68 y += window->GetY();
|