Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_DirectPrint.cpp205 bool printable; in PutChar() local
208 printable = false; in PutChar()
212 printable = true; in PutChar()
230 if( printable && FONT_BITMAP[ c - ' ' ][ int( FONT_HEIGHT ) - x - 1 ][ y ] ) in PutChar()
236 if( printable || m_FillSpace ) in PutChar()