Searched refs:DrawTextCenter (Results 1 – 11 of 11) sorted by relevance
| /CafeSDK-2.12.13/system/src/lib/demo/demowin/ |
| D | demowin_text_center.cpp | 29 DrawTextCenter(text.text, position, size, color); in Draw()
|
| D | demowin_button.cpp | 61 …DrawTextCenter(text.text, CVec3(x, y, z + 0.0001), CVec2(width, height * 0.8), CVec4(1.0 - color.r… in Draw()
|
| D | demowin_held_button.cpp | 68 …DrawTextCenter(text.text, CVec3(x, y, z + 0.0001), CVec2(width, height * 0.8), CVec4(1.0 - color.r… in Draw()
|
| D | demowin_tab_window.cpp | 52 …menu->DrawTextCenter(tabWindowList[i]->name, CVec3(x, y, 0.9902), CVec2(buttonWidth, textHeight), … in Draw()
|
| D | demowin_slider_bar.cpp | 165 …DrawTextCenter(buffer, CVec3(this->x + x, this->y, this->z + 0.003), CVec2(this->height, this->hei… in Draw()
|
| D | demowin_slider_bar_float.cpp | 203 …DrawTextCenter(buffer, CVec3(this->x + x, this->y, this->z + 0.003), CVec2(this->height, this->hei… in Draw()
|
| D | demowin_manager.cpp | 184 …peripheral->DrawTextCenter("X", CVec3(window->GetX() + window->GetWidth() / 2 - CLOSEBUTTON_X, win… in DrawCloseButton()
|
| /CafeSDK-2.12.13/system/include/cafe/demo/demowin/ |
| D | demowin_peripheral.h | 23 virtual void DrawTextCenter(const char* text, CVec3 position, CVec2 size, CVec4 color) = 0;
|
| /CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/demowin/ |
| D | demowin_peripheral.h | 23 virtual void DrawTextCenter(const char* text, CVec3 position, CVec2 size, CVec4 color) = 0;
|
| /CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/ |
| D | demowin.h | 183 void DrawTextCenter(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawTextCenter() function 184 …{window->manager->peripheral->DrawTextCenter(text, CVec3(window->GetX() + position.x, window->GetY… in DrawTextCenter()
|
| /CafeSDK-2.12.13/system/include/cafe/demo/ |
| D | demowin.h | 183 void DrawTextCenter(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawTextCenter() function 184 …{window->manager->peripheral->DrawTextCenter(text, CVec3(window->GetX() + position.x, window->GetY… in DrawTextCenter()
|