Searched refs:g_screenWidth (Results 1 – 5 of 5) sorted by relevance
92 extern s16 g_screenWidth;
115 extern s16 g_screenWidth;
71 s16 g_screenWidth; variable480 g_screenWidth = (s16)renderMode->fbWidth; in SampleInitialize()482 DEMOInitCaption( DM_FT_XLU, g_screenWidth, g_screenHeight ); in SampleInitialize()
74 s16 g_screenWidth; variable394 g_screenWidth = (s16)renderMode->fbWidth; in Initialize()396 DEMOInitCaption( DM_FT_XLU, g_screenWidth, g_screenHeight ); in Initialize()
134 … printX = (s16)(g_screenWidth - (2 * FONT_SIZE) - DEMOGetRFTextWidth( "<1>: Show help" )); in Render()542 x += DEMORFPutsEx( x, y, 0, (char*)name, g_screenWidth, charSize ); in PrintNameCore()637 if ( g_screenWidth < (s16)(printX + width + (2 * FONT_SIZE)) ) in PrintMailAddr()