Searched defs:units (Results 26 - 27 of 27) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCSS.java56 * <li>font-size (supports relative units)
118 * <p><b>Note: for the time being we do not fully support relative units,
760 * @param baseFontSize size to use for relative units.
2276 return LengthUnit.getValue(span, units, isW3CLengthUnits);
2308 lv.units = lu.units;
2368 String units = null; field in class:CSS.LengthValue
2665 units = value.substring(length - 2, length);
2666 Float scale = lengthMapping.get(units);
2675 else if (units
2722 getValue(float value, String units, Boolean w3cLengthUnits) argument
2746 String units = null; field in class:CSS.LengthUnit
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintJob.cpp195 * (1000th of an inch) units.
201 * (100th of an millimeter) units.
207 * (10th of an millimeter) units.
280 const RECT *margins, int units);
281 static long convertFromPoints(double value, int units);
282 static double convertToPoints(long value, int units);
421 * The units used by the user is also needed.
468 int units = setup.Flags & PSD_INTHOUSANDTHSOFINCHES ? local
505 setPaperValues(env, paper, &paperSize, &margins, units);
644 int units local
[all...]

Completed in 41 milliseconds

12