Searched defs:lu (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java1817 else if (lu == null) {
1821 if (lu.type == 0) {
1823 return Math.round(lu.getValue(isW3CLengthUnits));
1832 if (lu.type == 1 || lu.type == 3) {
1833 retValue = lu.value * (float)pValue;
1836 retValue = lu.value + (float)pValue;
1872 fs.lu = new LengthUnit(value, (short)1, 1f);
1966 LengthUnit lu; field in class:CSS.FontSize
2296 LengthUnit lu
[all...]

Completed in 39 milliseconds