Searched refs:fXHeight (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DSimpleFontDataLinux.cpp104 if (metrics.fXHeight)
105 xHeight = metrics.fXHeight;
/external/skia/legacy/src/ports/
H A DSkFontHost_ascender.cpp205 mx->fXHeight = 0;
219 my->fXHeight = 0;
H A DSkFontHost_mac_atsui.cpp395 mx->fXHeight = 0;
407 my->fXHeight = 0;
H A DSkFontHost_FreeType.cpp1694 mx->fXHeight = x_height;
1705 my->fXHeight = x_height;
H A DSkFontHost_mac_coretext.cpp1443 theMetrics.fXHeight = CGToScalar( CTFontGetXHeight(fCTFont));
/external/skia/src/ports/
H A DSkFontHost_ascender.cpp205 mx->fXHeight = 0;
219 my->fXHeight = 0;
H A DSkFontHost_mac_atsui.cpp395 mx->fXHeight = 0;
407 my->fXHeight = 0;
H A DSkFontHost_FreeType.cpp1288 mx->fXHeight = x_height;
1299 my->fXHeight = x_height;
H A DSkFontHost_mac_coretext.cpp1301 theMetrics.fXHeight = CGToScalar( CTFontGetXHeight(fCTFont));
/external/skia/include/core/
H A DSkPaint.h747 SkScalar fXHeight; //!< the height of an 'x' in px, or 0 if no 'x' in face member in struct:SkPaint::FontMetrics
/external/skia/legacy/include/core/
H A DSkPaint.h752 SkScalar fXHeight; //!< the height of an 'x' in px, or 0 if no 'x' in face member in struct:SkPaint::FontMetrics

Completed in 327 milliseconds