xHeight           616 Source/core/css/CSSPrimitiveValue.cpp                 factor = style.fontMetrics().xHeight();
xHeight           762 Source/core/rendering/RootInlineBox.cpp             verticalPosition = (verticalPosition - static_cast<LayoutUnit>(fontMetrics.xHeight() / 2) - renderer->lineHeight(firstLine, lineDirection) / 2 + renderer->baselinePosition(baselineType(), firstLine, lineDirection)).round();
xHeight           136 Source/core/rendering/svg/SVGTextLayoutEngineBaseline.cpp         return fontMetrics.xHeight() / 2;
xHeight            79 Source/core/svg/SVGFontData.cpp     float xHeight = svgFontFaceElement->xHeight() * scale;
xHeight            86 Source/core/svg/SVGFontData.cpp     if (!xHeight && glyphPageZero) {
xHeight            89 Source/core/svg/SVGFontData.cpp         xHeight = letterXGlyph ? fontData->widthForGlyph(letterXGlyph) : 2 * ascent / 3;
xHeight            98 Source/core/svg/SVGFontData.cpp     fontMetrics.setXHeight(xHeight);
xHeight            39 Source/core/svg/SVGFontFaceElement.h     int xHeight() const;
xHeight           270 Source/core/svg/SVGLengthContext.cpp     float xHeight = ceilf(style->fontMetrics().xHeight());
xHeight           271 Source/core/svg/SVGLengthContext.cpp     if (!xHeight) {
xHeight           276 Source/core/svg/SVGLengthContext.cpp     return value / xHeight;
xHeight           289 Source/core/svg/SVGLengthContext.cpp     return value * ceilf(style->fontMetrics().xHeight());
xHeight            78 Source/platform/fonts/FontMetrics.h     float xHeight() const { return m_xHeight; }
xHeight            79 Source/platform/fonts/FontMetrics.h     void setXHeight(float xHeight)
xHeight            81 Source/platform/fonts/FontMetrics.h         m_xHeight = xHeight;
xHeight            96 Source/platform/fonts/SimpleFontData.cpp         m_avgCharWidth = m_fontMetrics.xHeight();
xHeight           100 Source/platform/fonts/opentype/OpenTypeUtilities.cpp     BigEndianUShort xHeight;
xHeight           118 Source/platform/fonts/skia/SimpleFontDataSkia.cpp     float xHeight;
xHeight           120 Source/platform/fonts/skia/SimpleFontDataSkia.cpp         xHeight = metrics.fXHeight;
xHeight           121 Source/platform/fonts/skia/SimpleFontDataSkia.cpp         m_fontMetrics.setXHeight(xHeight);
xHeight           123 Source/platform/fonts/skia/SimpleFontDataSkia.cpp         xHeight = ascent * 0.56; // Best guess from Windows font metrics.
xHeight           124 Source/platform/fonts/skia/SimpleFontDataSkia.cpp         m_fontMetrics.setXHeight(xHeight);
xHeight           162 Source/platform/fonts/skia/SimpleFontDataSkia.cpp         m_avgCharWidth = xHeight;
xHeight            87 Source/web/WebFontImpl.cpp     return m_font.fontMetrics().xHeight();
xHeight            51 Source/web/WebFontImpl.h     virtual float xHeight() const OVERRIDE;
xHeight            59 public/web/WebFont.h     virtual float xHeight() const = 0;