Home
last modified time | relevance | path

Searched refs:DrawTextRight (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/demo/demowin/
Ddemowin_text_right.cpp29 DrawTextRight(text.text, position, size, color); in Draw()
/CafeSDK-2.12.13/system/include/cafe/demo/demowin/
Ddemowin_peripheral.h24 virtual void DrawTextRight(const char* text, CVec3 position, CVec2 size, CVec4 color) = 0;
/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/demowin/
Ddemowin_peripheral.h24 virtual void DrawTextRight(const char* text, CVec3 position, CVec2 size, CVec4 color) = 0;
/CafeSDK-2.12.13/system/src/lib/demo/headers/cafe/demo/
Ddemowin.h185 void DrawTextRight(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawTextRight() function
186 …{window->manager->peripheral->DrawTextRight(text, CVec3(window->GetX() + position.x, window->GetY(… in DrawTextRight()
/CafeSDK-2.12.13/system/include/cafe/demo/
Ddemowin.h185 void DrawTextRight(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawTextRight() function
186 …{window->manager->peripheral->DrawTextRight(text, CVec3(window->GetX() + position.x, window->GetY(… in DrawTextRight()