Home | History | Annotate | Download | only in rendering

Lines Matching refs:m_lineHeight

50     , m_lineHeight(-1)
147 m_lineHeight = -1;
1283 if (m_lineHeight == -1)
1284 m_lineHeight = style()->computedLineHeight();
1286 return m_lineHeight;