Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/man/en_US/CSS/
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;
82 margin-right : 6px;
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.1.4/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()