Home
last modified time | relevance | path

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

/RvlSDK-3.3/vcmv/man/en_US/CSS/
Drevolution.css5 margin-top : 4pt;
16 margin-bottom : 20px;
26 margin-left : 1px;
27 margin-bottom : 1px;
43 margin-left : 1px;
44 margin-bottom : 1px;
60 margin-top : 2pt;
61 margin-bottom : 2pt;
62 margin-left : 0pt;
63 margin-right : 0pt;
[all …]
Dtitles2.css6 margin-left : 3px;
9 …le : double;border-left-width : 8px;border-bottom-style : solid;margin-left : 1px;margin-bottom : …
11 …le : double;border-left-width : 8px;border-bottom-style : solid;margin-left : 1px;margin-bottom : …
/RvlSDK-3.3/man/en_US/CSS/
Drevolution.css5 margin-top : 4pt;
16 margin-bottom : 20px;
26 margin-left : 1px;
27 margin-bottom : 1px;
43 margin-left : 1px;
44 margin-bottom : 1px;
60 margin-top : 2pt;
61 margin-bottom : 2pt;
62 margin-left : 0pt;
63 margin-right : 0pt;
[all …]
Dtitles2.css6 margin-left : 3px;
9 …le : double;border-left-width : 8px;border-bottom-style : solid;margin-left : 1px;margin-bottom : …
11 …le : double;border-left-width : 8px;border-bottom-style : solid;margin-left : 1px;margin-bottom : …
/RvlSDK-3.3/vcmv/man/ja_JP/CSS/
Drevolution.css5 margin-top : 4pt;
16 margin-bottom : 20px;
26 margin-left : 1px;
27 margin-bottom : 1px;
43 margin-left : 1px;
44 margin-bottom : 1px;
60 margin-top : 2pt;
61 margin-bottom : 2pt;
62 margin-left : 0pt;
63 margin-right : 0pt;
[all …]
Dtitles2.css6 margin-left : 3px;
9 …le : double;border-left-width : 8px;border-bottom-style : solid;margin-left : 1px;margin-bottom : …
11 …le : double;border-left-width : 8px;border-bottom-style : solid;margin-left : 1px;margin-bottom : …
/RvlSDK-3.3/man/en_US/hbm/css/
Dhbm_common.css8 margin-left : 20px;
25 margin : 0px;
39 margin : 0px;
54 margin : 8px 8px 10px 20px;
82 margin : 0px 8px 10px 40px;
88 margin : 0px 8px 2px 16px;
105 margin : 0px 8px 10px 20px;
139 margin: 15px 60px;
143 margin-left: 60px;
148 margin-right:10px;
[all …]
Drevolution.css5 margin-top : 4pt;
16 margin-bottom : 20px;
26 margin-left : 1px;
27 margin-bottom : 1px;
42 margin-top : 2pt;
43 margin-bottom : 2pt;
44 margin-left : 0pt;
45 margin-right : 0pt;
75 margin-right : 6px;
/RvlSDK-3.3/build/demos/fntdemo/src/
Dfntdemo1.c191 f32 scaleWd, margin; in DrawString() local
194 margin = (fixedWidth > 0.0F) ? (fixedWidth - scaleWd) / 2.0F : 0.0F; in DrawString()
195 DrawChar(x + margin, y, z, &tex, scaleX, scaleY, lastImage); in DrawString()