Home
last modified time | relevance | path

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

/RevoEX-2.1/build/demos/nwc24demo/src/MsgViewer/
DMsgViewer.c65 s16 g_screenWidth; variable
391 g_screenWidth = (s16)renderMode->fbWidth; in SampleInitialize()
393 DEMOInitCaption( DM_FT_XLU, g_screenWidth, g_screenHeight ); in SampleInitialize()
/RevoEX-2.1/build/demos/nwc24demo/include/
DMsgViewer.h104 extern s16 g_screenWidth;
DFLViewer.h92 extern s16 g_screenWidth;
/RevoEX-2.1/build/demos/nwc24demo/src/FLViewer/
DFLViewer.c71 s16 g_screenWidth; variable
391 g_screenWidth = (s16)renderMode->fbWidth; in Initialize()
393 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()