Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/dbg/CTR/
Ddbg_DirectPrint.h235 void SetCharColor( const nn::util::Color8& c ) { m_CharColor = c; }; in SetCharColor()
242 const nn::util::Color8& GetCharColor() const { return m_CharColor; }; in GetCharColor()
291 nn::util::Color8 m_CharColor; // variable
/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_DirectPrint.cpp66 , m_CharColor( 0xff , 0xff , 0xff , 0xff ) in DirectPrint()
199 ConvertColorFormat( charColorData, m_CharColor, m_BufferFormat ); in PutChar()