Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
Ddemowin.h52 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/
Ddemowin.h52 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/
Ddemowin_tabbing.cpp52 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()
Ddemowin_double_combo_box.cpp197 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()
Ddemowin_combo_box.cpp169 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()
Ddemowin_manager.cpp163 …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/
Ddemowin_peripheral.h68 y += window->GetY();
/CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/
Ddemowin_peripheral.h68 y += window->GetY();