Home | History | Annotate | Download | only in rendering

Lines Matching refs:ascent

1190         int bulletWidth = style()->fontMetrics().ascent() / 2;
1315 logicalWidth = (font.fontMetrics().ascent() * 2 / 3 + 1) / 2 + 2;
1426 marginEnd = fontMetrics.ascent() - minPreferredLogicalWidth() + 1;
1436 int offset = fontMetrics.ascent() * 2 / 3;
1454 int offset = fontMetrics.ascent() * 2 / 3;
1515 int ascent = fontMetrics.ascent();
1516 int bulletWidth = (ascent * 2 / 3 + 1) / 2;
1517 relativeRect = IntRect(1, 3 * (ascent - ascent * 2 / 3) / 2, bulletWidth, bulletWidth);