Searched defs:xHeight (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DSimpleFontDataCairoWin.cpp77 float xHeight = ascent * 0.56f; // Best guess for xHeight for non-Truetype fonts. local
H A DSimpleFontDataWin.cpp97 float xHeight = ascent * 0.56f; // Best guess for xHeight if no x glyph is present. local
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DSimpleFontDataQt.cpp84 float xHeight = rawFont.xHeight(); local
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGLengthContext.cpp262 float xHeight = ceilf(style->fontMetrics().xHeight()); local
H A DSVGFontData.cpp74 float xHeight = svgFontFaceElement->xHeight() * scale; local
H A DSVGFontFaceElement.cpp134 int SVGFontFaceElement::xHeight() const function in class:WebCore::SVGFontFaceElement
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DFontMetrics.h77 float xHeight() const { return m_xHeight; } function in class:WebCore::FontMetrics
78 void setXHeight(float xHeight) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/opentype/
H A DOpenTypeUtilities.cpp120 BigEndianUShort xHeight; member in struct:WebCore::OS2Table

Completed in 124 milliseconds