Searched refs:PutChar (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/dbg/CTR/ |
| D | dbg_DirectPrint.h | 213 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/ |
| D | dbg_DirectPrint.cpp | 168 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
|