Home | History | Annotate | Download | only in rendering

Lines Matching defs:fontMetrics

116                 if (!parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
133 || !parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
580 const FontMetrics& fontMetrics = renderer()->style(m_firstLine)->fontMetrics();
581 setLogicalTop(top + maxAscent - fontMetrics.ascent(baselineType));
620 const FontMetrics& fontMetrics = curr->renderer()->style(m_firstLine)->fontMetrics();
621 newLogicalTop += curr->baselinePosition(baselineType) - fontMetrics.ascent(baselineType);