Searched defs:x_height (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dos2.h45 int16_t x_height; member in struct:ots::OpenTypeOS2
/external/chromium_org/ppapi/c/dev/
H A Dppb_font_dev.h132 int32_t x_height; member in struct:PP_FontMetrics_Dev
/external/chromium_org/ppapi/c/trusted/
H A Dppb_browser_font_trusted.h134 int32_t x_height; member in struct:PP_BrowserFont_Trusted_Metrics
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp1409 SkScalar x_height = 0.0f; local
1414 x_height = scaleX * SkIntToScalar(os2->sxHeight) / upem;
1439 // we may be able to synthesize x_height and cap_height from outline
1440 if (!x_height) {
1443 x_height = SkIntToScalar(bbox.yMax) / 64.0f;
1473 if (!x_height) {
1474 x_height = -ascent;
1500 metrics->fXHeight = x_height;
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1414 SkScalar x_height = 0.0f; local
1419 x_height = scaleX * SkIntToScalar(os2->sxHeight) / upem;
1449 // we may be able to synthesize x_height and cap_height from outline
1450 if (!x_height) {
1453 x_height = SkIntToScalar(bbox.yMax) / 64.0f;
1489 if (!x_height) {
1490 x_height = -ascent;
1513 mx->fXHeight = x_height;
1527 my->fXHeight = x_height;

Completed in 268 milliseconds