Searched refs:pFormat (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/ |
| D | GuiControlBase.cpp | 110 void ControlBase::SetFormattedText(const wchar_t* pFormat, ...) in SetFormattedText() argument 117 va_start(pArgs, pFormat); in SetFormattedText() 119 vswprintf(buffer, NN_DBG_PRINTF_BUFFER_LENGTH, pFormat, pArgs); in SetFormattedText()
|
| D | TextWriter.cpp | 235 void TextWriter::Printf(f32 x, f32 y, const wchar_t* pFormat, ...) in Printf() argument 239 va_start(pArgs, pFormat); in Printf() 243 m_writer.VPrintf(pFormat, pArgs); in Printf()
|
| /CTR-SDK-4.2.7-SampleDemos/common/include/scene/ |
| D | TextWriter.h | 77 void Printf(f32 x, f32 y, const wchar_t* pFormat, ...);
|
| D | GuiControlBase.h | 231 void SetFormattedText(const wchar_t* pFormat, ...);
|