Home
last modified time | relevance | path

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

/RevoEX-2.1/build/demos/nwc24demo/src/MsgViewer/
DMsgViewerRender.c533 s32 pxWidth; in PrintBodyText() local
556 pxWidth = (s16)(texWidth * FONT_SIZE / g_fontData->cellWidth); in PrintBodyText()
559 if ( TEXT_BOX_WIDTH < (s16)(width + pxWidth) ) in PrintBodyText()
569 (void)DEMORFPutsEx( printX, printY, 0, pt, (s16)(pxWidth + 1), next - pt ); in PrintBodyText()
572 width += pxWidth; in PrintBodyText()