Searched defs:xHeight (Results 1 – 11 of 11) sorted by relevance
73 float xHeight() const { return m_xHeight; } in xHeight() function74 void setXHeight(float xHeight) { m_xHeight = xHeight; } in setXHeight()
84 float xHeight = svgFontFaceElement->xHeight() * scale; in SimpleFontData() local
67 float xHeight = ascent * 0.56f; // Best guess for xHeight for non-Truetype fonts. in platformInit() local
88 float xHeight = ascent * 0.56f; // Best guess for xHeight if no x glyph is present. in initGDIFont() local
85 float WebFontImpl::xHeight() const in xHeight() function in WebKit::WebFontImpl
84 float xHeight = ascent * 0.56f; // Best guess for xHeight for non-Truetype fonts. in platformInit() local
103 float xHeight; in platformInit() local
133 int SVGFontFaceElement::xHeight() const in xHeight() function in WebCore::SVGFontFaceElement
441 float xHeight = ceilf(style->fontMetrics().xHeight()); in convertValueFromUserUnitsToEXS() local
120 BigEndianUShort xHeight; member
446 FT_UShort xHeight; member