Home | History | Annotate | Download | only in rendering

Lines Matching refs:fontMetrics

1282     IntPoint textOrigin = IntPoint(marker.x(), marker.y() + style()->fontMetrics().ascent());
1330 setLogicalHeight(style()->fontMetrics().height());
1376 int bulletWidth = style()->fontMetrics().ascent() / 2;
1501 logicalWidth = (font.fontMetrics().ascent() * 2 / 3 + 1) / 2 + 2;
1599 const FontMetrics& fontMetrics = style()->fontMetrics();
1612 marginEnd = fontMetrics.ascent() - minPreferredLogicalWidth() + 1;
1622 int offset = fontMetrics.ascent() * 2 / 3;
1640 int offset = fontMetrics.ascent() * 2 / 3;
1714 relativeRect = IntRect(0, 0, font.width(m_text), font.fontMetrics().height());
1721 const FontMetrics& fontMetrics = style()->fontMetrics();
1722 int ascent = fontMetrics.ascent();
1810 relativeRect = IntRect(0, 0, itemWidth + suffixSpaceWidth, font.fontMetrics().height());