Searched refs:x_height (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dos2.h45 int16_t x_height; member in struct:ots::OpenTypeOS2
H A Dos2.cc194 if (!table.ReadS16(&os2->x_height) ||
202 if (os2->x_height < 0) {
203 OTS_WARNING("bad x_height: %d", os2->x_height);
204 os2->x_height = 0;
275 if (!out->WriteS16(os2->x_height) ||
/external/chromium_org/ppapi/api/dev/
H A Dppb_font_dev.idl112 int32_t x_height;
/external/chromium_org/ppapi/api/trusted/
H A Dppb_browser_font_trusted.idl114 int32_t x_height;
/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.cpp1359 SkScalar x_height = 0.0f; local
1363 x_height = scaleX * SkIntToScalar(os2->sxHeight) / upem;
1377 // we may be able to synthesize x_height from outline
1378 if (!x_height) {
1387 x_height = SkIntToScalar(bbox.yMax) / 64.0f;
1401 if (!x_height) {
1402 x_height = -ascent;
1412 if (!x_height) {
1413 x_height = -ascent;
1433 mx->fXHeight = x_height;
[all...]
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1429 SkScalar x_height = 0.0f; local
1433 x_height = scaleX * SkIntToScalar(os2->sxHeight) / upem;
1447 // we may be able to synthesize x_height from outline
1448 if (!x_height) {
1457 x_height = SkIntToScalar(bbox.yMax) / 64.0f;
1471 if (!x_height) {
1472 x_height = -ascent;
1482 if (!x_height) {
1483 x_height = -ascent;
1503 mx->fXHeight = x_height;
[all...]
/external/chromium_org/content/child/
H A Dbrowser_font_resource_trusted.cc291 metrics->x_height = static_cast<int32_t>(font_->xHeight());

Completed in 974 milliseconds