Home
last modified time | relevance | path

Searched defs:xHeight (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFontMetrics.h73 float xHeight() const { return m_xHeight; } in xHeight() function
74 void setXHeight(float xHeight) { m_xHeight = xHeight; } in setXHeight()
DSimpleFontData.cpp84 float xHeight = svgFontFaceElement->xHeight() * scale; in SimpleFontData() local
/external/webkit/Source/WebCore/platform/graphics/win/
DSimpleFontDataCairoWin.cpp67 float xHeight = ascent * 0.56f; // Best guess for xHeight for non-Truetype fonts. in platformInit() local
DSimpleFontDataWin.cpp88 float xHeight = ascent * 0.56f; // Best guess for xHeight if no x glyph is present. in initGDIFont() local
/external/webkit/Source/WebKit/chromium/src/
DWebFontImpl.cpp85 float WebFontImpl::xHeight() const in xHeight() function in WebKit::WebFontImpl
/external/webkit/Source/WebCore/platform/graphics/chromium/
DSimpleFontDataChromiumWin.cpp84 float xHeight = ascent * 0.56f; // Best guess for xHeight for non-Truetype fonts. in platformInit() local
DSimpleFontDataLinux.cpp103 float xHeight; in platformInit() local
/external/webkit/Source/WebCore/svg/
DSVGFontFaceElement.cpp133 int SVGFontFaceElement::xHeight() const in xHeight() function in WebCore::SVGFontFaceElement
DSVGLength.cpp441 float xHeight = ceilf(style->fontMetrics().xHeight()); in convertValueFromUserUnitsToEXS() local
/external/webkit/Source/WebCore/platform/graphics/opentype/
DOpenTypeUtilities.cpp120 BigEndianUShort xHeight; member
/external/freetype/include/freetype/
Dtttables.h446 FT_UShort xHeight; member