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

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFontImpl.cpp83 float WebFontImpl::xHeight() const function in class:blink::WebFontImpl
85 return m_font.fontMetrics().xHeight();
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFontFaceElement.cpp130 int SVGFontFaceElement::xHeight() const function in class:blink::SVGFontFaceElement
H A DSVGLengthContext.cpp270 float xHeight = ceilf(style->fontMetrics().xHeight()); local
271 if (!xHeight) {
276 return value / xHeight;
289 return value * ceilf(style->fontMetrics().xHeight());
H A DSVGFontData.cpp82 float xHeight = svgFontFaceElement->xHeight() * scale; local
89 if (!xHeight && glyphPageZero) {
92 xHeight = letterXGlyph ? fontData->widthForGlyph(letterXGlyph) : 2 * ascent / 3;
101 fontMetrics.setXHeight(xHeight);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontMetrics.h79 float xHeight() const { return m_xHeight; } function in class:blink::FontMetrics
80 void setXHeight(float xHeight) argument
82 m_xHeight = xHeight;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DSimpleFontDataSkia.cpp120 float xHeight; local
122 xHeight = metrics.fXHeight;
123 m_fontMetrics.setXHeight(xHeight);
125 xHeight = ascent * 0.56; // Best guess from Windows font metrics.
126 m_fontMetrics.setXHeight(xHeight);
164 m_avgCharWidth = xHeight;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeUtilities.cpp100 BigEndianUShort xHeight; member in struct:blink::OS2Table
/external/chromium_org/third_party/freetype/include/freetype/
H A Dtttables.h446 FT_UShort xHeight; member in struct:TT_PCLT_
/external/freetype/include/
H A Dtttables.h450 FT_UShort xHeight; member in struct:TT_PCLT_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dtttables.h446 FT_UShort xHeight; member in struct:TT_PCLT_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dtttables.h446 FT_UShort xHeight; member in struct:TT_PCLT_
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DDWrite.h472 UINT16 xHeight; member in struct:DWRITE_FONT_METRICS

Completed in 4994 milliseconds