Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/dbg/
Ddbg_Default.cpp61 pos.y += DirectPrint::FONT_HEIGHT; in HandleBreak()
66 pos.y += DirectPrint::FONT_HEIGHT; in HandleBreak()
71 pos.y += DirectPrint::FONT_HEIGHT; in HandleBreak()
77 pos.y += DirectPrint::FONT_HEIGHT; in HandleBreak()
80 pos.y += DirectPrint::FONT_HEIGHT; in HandleBreak()
85 pos.y = pdp->GetLastCursorPos().y + DirectPrint::FONT_HEIGHT; in HandleBreak()
88 pos.y += DirectPrint::FONT_HEIGHT; in HandleBreak()
/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_DirectPrint.cpp30 const bool FONT_BITMAP[ 96 ][ DirectPrint::FONT_HEIGHT ][ DirectPrint::FONT_WIDTH ] =
178 cursor.y += FONT_HEIGHT; in PutString()
203 ConvertPositionUserOriginToDeviceOrigin( &bufPos, pos + nn::math::VEC2( 0, FONT_HEIGHT ) ); in PutChar()
223 for( s32 x = 0; x < FONT_HEIGHT; x++ ) in PutChar()
230 if( printable && FONT_BITMAP[ c - ' ' ][ int( FONT_HEIGHT ) - x - 1 ][ y ] ) in PutChar()
Ddbg_ExceptionScreen.cpp246 pos.y -= DirectPrint::FONT_HEIGHT; in ShowWithAutoScroll()
294 pos.y -= DirectPrint::FONT_HEIGHT; in ShowWithManualScroll()
301 if ( pos.y <= -DirectPrint::FONT_HEIGHT ) in ShowWithManualScroll()
306 pos.y += DirectPrint::FONT_HEIGHT; in ShowWithManualScroll()
/CTR-SDK-4.2.5/include/nn/dbg/CTR/
Ddbg_DirectPrint.h53 static const int FONT_HEIGHT = 8; variable