Home
last modified time | relevance | path

Searched refs:pFormat (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DGuiControlBase.cpp110 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()
DTextWriter.cpp235 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/
DTextWriter.h77 void Printf(f32 x, f32 y, const wchar_t* pFormat, ...);
DGuiControlBase.h231 void SetFormattedText(const wchar_t* pFormat, ...);