Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/nwc24demo/include/
DFLViewer.h92 extern s16 g_screenWidth;
DMsgViewer.h115 extern s16 g_screenWidth;
/RevoEX-2.3/build/demos/nwc24demo/src/MsgViewer/
DMsgViewer.c71 s16 g_screenWidth; variable
480 g_screenWidth = (s16)renderMode->fbWidth; in SampleInitialize()
482 DEMOInitCaption( DM_FT_XLU, g_screenWidth, g_screenHeight ); in SampleInitialize()
/RevoEX-2.3/build/demos/nwc24demo/src/FLViewer/
DFLViewer.c74 s16 g_screenWidth; variable
394 g_screenWidth = (s16)renderMode->fbWidth; in Initialize()
396 DEMOInitCaption( DM_FT_XLU, g_screenWidth, g_screenHeight ); in Initialize()
DFLViewerRender.c134 … 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()