Home
last modified time | relevance | path

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

/RevoEX-2.3/build/demos/nwc24demo/src/MsgViewer/
DMsgViewerRender.c635 s32 pxWidth; in PrintBodyText() local
658 pxWidth = (s16)(texWidth * FONT_SIZE / g_fontData->cellWidth); in PrintBodyText()
661 if ( TEXT_BOX_WIDTH < (s16)(width + pxWidth) ) in PrintBodyText()
671 (void)DEMORFPutsEx( printX, printY, 0, pt, (s16)(pxWidth + 1), next - pt ); in PrintBodyText()
674 width += pxWidth; in PrintBodyText()