Home
last modified time | relevance | path

Searched refs:pArgs (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/common/libraries/scene/
DGuiControlBase.cpp115 va_list pArgs; in SetFormattedText() local
117 va_start(pArgs, pFormat); in SetFormattedText()
119 vswprintf(buffer, NN_DBG_PRINTF_BUFFER_LENGTH, pFormat, pArgs); in SetFormattedText()
121 va_end(pArgs); in SetFormattedText()
DTextWriter.cpp237 va_list pArgs; in Printf() local
239 va_start(pArgs, pFormat); in Printf()
243 m_writer.VPrintf(pFormat, pArgs); in Printf()
245 va_end(pArgs); in Printf()