Home | History | Annotate | Download | only in rendering

Lines Matching defs:fontMetrics

1268     IntPoint textOrigin = IntPoint(marker.x(), marker.y() + style()->fontMetrics().ascent());
1314 setLogicalHeight(style()->fontMetrics().height());
1349 const FontMetrics& fontMetrics = font.fontMetrics();
1354 int bulletWidth = fontMetrics
1377 logicalWidth = (fontMetrics.ascent() * 2 / 3 + 1) / 2 + 2;
1476 const FontMetrics& fontMetrics = style()->fontMetrics();
1489 marginEnd = fontMetrics.ascent() - minPreferredLogicalWidth() + 1;
1499 int offset = fontMetrics.ascent() * 2 / 3;
1517 int offset = fontMetrics.ascent() * 2 / 3;
1588 relativeRect = IntRect(0, 0, font.width(m_text), font.fontMetrics().height());
1595 const FontMetrics& fontMetrics = style()->fontMetrics();
1596 int ascent = fontMetrics.ascent();
1684 relativeRect = IntRect(0, 0, itemWidth + suffixSpaceWidth, font.fontMetrics().height());