Home
last modified time | relevance | path

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

/RevoEX-3.1/man/en_US/nwc24/
Dnwc24.css5 border-bottom-width : 1px;
24 border-bottom-width : 1px;
46 width : 120px;
51 width : 520px;
56 width : 500px;
64 width : 150px;
69 width : 350px;
/RevoEX-3.1/man/en_US/CSS/
Drevolution.css12 border-bottom-width : 5px;
24 border-left-width : 8px;
28 border-bottom-width : 2px;
76 border-right-width : 8px;
Dtitles2.css9 …-style : double;border-left-width : 8px;border-bottom-style : solid;margin-left : 1px;margin-botto…
Drex.css17 border-bottom-width : 5px;
32 border-bottom-width : 2px;
35 border-left-width : 8px;
66 width : 120px;
Dtitles.css47 border-width : 0pt
79 border-width : 1px 0 0 0;
121 width : 100%;
/RevoEX-3.1/man/en_US/nwc24/tools/NWC24Editor/
DNWC24Editor.css8 border-bottom-width : 1px;
22 border-bottom-width : 1px;
/RevoEX-3.1/build/demos/share/include/rexdemo/
Dgraphic.h71 void REXDEMOSetFontSize( int width, int height );
/RevoEX-3.1/build/demos/nwc24demo/src/MsgViewer/
DMsgViewerRender.c530 s16 width = 0; in PrintBodyText() local
549 width = 0; in PrintBodyText()
559 if ( TEXT_BOX_WIDTH < (s16)(width + pxWidth) ) in PrintBodyText()
561 width = 0; in PrintBodyText()
567 printX = (s16)(x + width); in PrintBodyText()
572 width += pxWidth; in PrintBodyText()
/RevoEX-3.1/build/demos/nwc24demo/src/FLViewer/
DFLViewerRender.c619 s32 width; in PrintMailAddr() local
636 (void)OSGetFontWidth( &mailAddr[i], &width ); in PrintMailAddr()
637 if ( g_screenWidth < (s16)(printX + width + (2 * FONT_SIZE)) ) in PrintMailAddr()
/RevoEX-3.1/build/demos/share/src/
Dgraphic.c340 REXDEMOSetFontSize( int width, int height ) in REXDEMOSetFontSize() argument
342 sampleFontWidth = width; in REXDEMOSetFontSize()