Home | History | Annotate | Download | only in style

Lines Matching defs:lh

499         Length lh = lineHeight();
502 if (lh.isNegative())
505 if (lh.isPercent())
506 return lh.calcMinValue(fontSize());
508 return lh.value();