Searched refs:DrawText (Results 1 – 7 of 7) sorted by relevance
| /CafeSDK-2.12.13/system/src/lib/demo/demowin/ |
| D | demowin_text.cpp | 29 DrawText(text.text, position, size, color); in Draw()
|
| D | demowin_combo_box.cpp | 256 …DrawText(this->data[*this->target]->GetName(), CVec3(this->x - arrowWidth / 2, this->y, this->z + … in Draw() 309 …DrawText(this->data[i + position]->GetName(), CVec3(this->x - this->bar.width / 2, startY, this->z… in Draw()
|
| D | demowin_double_combo_box.cpp | 436 …DrawText(buffer, CVec3(this->x - arrowWidth / 2, this->y, this->z + 0.01), CVec2(this->width - arr… in Draw() 495 …DrawText(this->data[i + position]->GetName(), CVec3(this->x - this->bar1.width / 2, startY, this->… in Draw() 553 …DrawText(pointers[i + position2]->GetName(), CVec3(this->x + this->width / 2 - this->bar2.width / … in Draw()
|
| /CafeSDK-2.12.13/system/include/cafe/demo/demowin/ |
| D | demowin_peripheral.h | 22 virtual void DrawText(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 | 22 virtual void DrawText(const char* text, CVec3 position, CVec2 size, CVec4 color) = 0;
|
| /CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/ |
| D | demowin.h | 181 void DrawText(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawText() function 182 …{window->manager->peripheral->DrawText(text, CVec3(window->GetX() + position.x, window->GetY() + p… in DrawText()
|
| /CafeSDK-2.12.13/system/include/cafe/demo/ |
| D | demowin.h | 181 void DrawText(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawText() function 182 …{window->manager->peripheral->DrawText(text, CVec3(window->GetX() + position.x, window->GetY() + p… in DrawText()
|