Home | History | Annotate | Download | only in rendering

Lines Matching refs:fontMetrics

128                 if (!parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
145 || !parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
606 const FontMetrics& fontMetrics = renderer().style(isFirstLineStyle())->fontMetrics();
609 setLogicalTop(roundToInt(top + maxAscent - fontMetrics.ascent(baselineType)));
648 const FontMetrics& fontMetrics = curr->renderer().style(isFirstLineStyle())->fontMetrics();
649 newLogicalTop += curr->baselinePosition(baselineType) - fontMetrics.ascent(baselineType);