Home
last modified time | relevance | path

Searched refs:g_lineTopOfBodyText (Results 1 – 4 of 4) sorted by relevance

/RevoEX-2.1/build/demos/nwc24demo/src/MsgViewer/
DMsgViewerUpdate.c343 g_lineTopOfBodyText = 0; in UpdateMenu()
353 g_lineTopOfBodyText = 0; in UpdateMenu()
445 g_lineTopOfBodyText = 0; in UpdateRecvBox()
509 g_lineTopOfBodyText = 0; in UpdateRecvBox()
601 g_lineTopOfBodyText = 0; in UpdateSendBox()
665 g_lineTopOfBodyText = 0; in UpdateSendBox()
695 if ( 0 < g_lineTopOfBodyText ) in UpdateMsgContent()
697 --g_lineTopOfBodyText; in UpdateMsgContent()
704 if ( (s32)g_lineTopOfBodyText < (s32)(g_numLinesBodyText - TEXT_BOX_ROWS) ) in UpdateMsgContent()
706 ++g_lineTopOfBodyText; in UpdateMsgContent()
DMsgViewerRender.c255 if ( g_lineTopOfBodyText != 0 ) in RenderMsgContent()
265 if ( (s32)g_lineTopOfBodyText < (s32)(g_numLinesBodyText - TEXT_BOX_ROWS) ) in RenderMsgContent()
565 if ( g_lineTopOfBodyText <= rowCount && rowCount < g_lineTopOfBodyText + TEXT_BOX_ROWS ) in PrintBodyText()
568 printY = (s16)(y + ((rowCount - g_lineTopOfBodyText) * FONT_LEADING)); in PrintBodyText()
DMsgViewer.c75 u32 g_lineTopOfBodyText = 0; variable
/RevoEX-2.1/build/demos/nwc24demo/include/
DMsgViewer.h114 extern u32 g_lineTopOfBodyText;