Home
last modified time | relevance | path

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

/RevoEX-2.1/build/demos/nwc24demo/src/MsgViewer/
DMsgViewerRender.c531 u32 rowCount = 0; in PrintBodyText() local
550 ++rowCount; in PrintBodyText()
562 ++rowCount; in PrintBodyText()
565 if ( g_lineTopOfBodyText <= rowCount && rowCount < g_lineTopOfBodyText + TEXT_BOX_ROWS ) in PrintBodyText()
568 printY = (s16)(y + ((rowCount - g_lineTopOfBodyText) * FONT_LEADING)); in PrintBodyText()
576 g_numLinesBodyText = rowCount + 1; in PrintBodyText()