Home
last modified time | relevance | path

Searched refs:fXHeight (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DSimpleFontDataLinux.cpp104 if (metrics.fXHeight) in platformInit()
105 xHeight = metrics.fXHeight; in platformInit()
/external/skia/src/ports/
DSkFontHost_ascender.cpp205 mx->fXHeight = 0; in generateFontMetrics()
219 my->fXHeight = 0; in generateFontMetrics()
DSkFontHost_mac_atsui.cpp395 mx->fXHeight = 0; in generateFontMetrics()
407 my->fXHeight = 0; in generateFontMetrics()
DSkFontHost_FreeType.cpp1628 mx->fXHeight = x_height; in generateFontMetrics()
1639 my->fXHeight = x_height; in generateFontMetrics()
DSkFontHost_mac_coretext.cpp1443 theMetrics.fXHeight = CGToScalar( CTFontGetXHeight(fCTFont)); in generateFontMetrics()
/external/skia/include/core/
DSkPaint.h728 SkScalar fXHeight; //!< the height of an 'x' in px, or 0 if no 'x' in face member