Lines Matching refs:fontSize
1345 f32 fontSize = 8.0f; in DrawDisplay0() local
1346 f32 textX = (nn::gx::DISPLAY0_HEIGHT - (fontSize * numOfChar)) / 2.0f; in DrawDisplay0()
1348 s_RenderSystem.SetFontSize(fontSize); in DrawDisplay0()
1386 f32 fontSize = 8.0f; in DrawDisplay1() local
1387 f32 margin = fontSize / 2; in DrawDisplay1()
1390 s_RenderSystem.SetFontSize(fontSize); in DrawDisplay1()
1396 textX = nn::gx::DISPLAY1_HEIGHT - margin - (fontSize * 6); // 6 character's worth in DrawDisplay1()
1402 textY = nn::gx::DISPLAY1_WIDTH - (fontSize + margin); in DrawDisplay1()
1404 textY -= fontSize; in DrawDisplay1()
1406 textY -= fontSize; in DrawDisplay1()
1408 textY -= 2 * fontSize; in DrawDisplay1()
1410 textY -= fontSize; in DrawDisplay1()