Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/dbg/CTR/
Ddbg_DirectPrint.h213 void PutChar( const nn::math::VEC2& pos, bool fillBg, char c );
223 void PutChar( const nn::math::VEC2& pos, char c );
/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_DirectPrint.cpp168 PutChar( cursor, fillBg, c ); in PutString()
186 void DirectPrint::PutChar( const nn::math::VEC2& pos, char c ) in PutChar() function in nn::dbg::CTR::DirectPrint
188 PutChar( pos, true, c ); in PutChar()
193 void DirectPrint::PutChar( const nn::math::VEC2& pos, bool fillBg, char c ) in PutChar() function in nn::dbg::CTR::DirectPrint