Searched refs:FONT_HEIGHT (Results 1 – 4 of 4) sorted by relevance
61 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()
30 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()
246 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()
53 static const int FONT_HEIGHT = 8; variable