Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/common/include/scene/
DTextWriter.h86 void PutString(f32 x, f32 y, const wchar_t* pString);
/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DGuiLabel.cpp97 pTextWriter->PutString(tx, ty, m_pText); in OnDraw()
DGuiButton.cpp101 pTextWriter->PutString(tx, ty, m_pText); in OnDraw()
DUtil.cpp140 pTextWriter->PutString(346, 2, pSceneId); in DrawSceneId()
DTextWriter.cpp249 void TextWriter::PutString(f32 x, f32 y, const wchar_t* pString) in PutString() function in scene::TextWriter