Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/nwc24demo/src/MsgViewer/
DMsgViewerUpdate.c386 g_lineTopOfBodyText = 0; in UpdateMenu()
396 g_lineTopOfBodyText = 0; in UpdateMenu()
469 g_lineTopOfBodyText = 0; in UpdateRecvBox()
508 g_lineTopOfBodyText = 0; in UpdateRecvBox()
573 g_lineTopOfBodyText = 0; in UpdateSendBox()
612 g_lineTopOfBodyText = 0; in UpdateSendBox()
642 if ( 0 < g_lineTopOfBodyText ) in UpdateMsgContent()
644 --g_lineTopOfBodyText; in UpdateMsgContent()
651 if ( (s32)g_lineTopOfBodyText < (s32)(g_numLinesBodyText - TEXT_BOX_ROWS) ) in UpdateMsgContent()
653 ++g_lineTopOfBodyText; in UpdateMsgContent()
DMsgViewerRender.c272 if ( g_lineTopOfBodyText != 0 ) in RenderMsgContent()
282 if ( (s32)g_lineTopOfBodyText < (s32)(g_numLinesBodyText - TEXT_BOX_ROWS) ) in RenderMsgContent()
667 if ( g_lineTopOfBodyText <= rowCount && rowCount < g_lineTopOfBodyText + TEXT_BOX_ROWS ) in PrintBodyText()
670 printY = (s16)(y + ((rowCount - g_lineTopOfBodyText) * FONT_LEADING)); in PrintBodyText()
DMsgViewer.c80 u32 g_lineTopOfBodyText = 0; variable
/RevoEX-2.3/build/demos/nwc24demo/include/
DMsgViewer.h124 extern u32 g_lineTopOfBodyText;