Searched refs:lineHeight (Results 1 – 2 of 2) sorted by relevance
215 int lineHeight = mLineHeight; in add() local225 v += lineHeight; in add()226 lineHeight = 0; in add()228 lineHeight = Math.max(lineHeight, height); in add()229 if (v + lineHeight > mStrikeHeight) { in add()252 mLineHeight = lineHeight; in add()
624 d.style.lineHeight = '1.5';651 var lineHeight = parseMethod(getComputedStyle(pre).lineHeight);