Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/nwc24demo/src/MsgViewer/
DMsgViewerRender.c633 u32 rowCount = 0; in PrintBodyText() local
652 ++rowCount; in PrintBodyText()
664 ++rowCount; in PrintBodyText()
667 if ( g_lineTopOfBodyText <= rowCount && rowCount < g_lineTopOfBodyText + TEXT_BOX_ROWS ) in PrintBodyText()
670 printY = (s16)(y + ((rowCount - g_lineTopOfBodyText) * FONT_LEADING)); in PrintBodyText()
678 g_numLinesBodyText = rowCount + 1; in PrintBodyText()