Home
last modified time | relevance | path

Searched refs:sCapHeight (Results 1 – 8 of 8) sorted by relevance

/external/freetype/include/
Dtttables.h413 FT_Short sCapHeight; member
/external/pdfium/third_party/freetype/include/freetype/
Dtttables.h413 FT_Short sCapHeight; member
/external/pdfium/third_party/freetype/src/sfnt/
Dttload.c1096 FT_FRAME_SHORT ( sCapHeight ), in tt_face_load_os2()
1128 os2->sCapHeight = 0; in tt_face_load_os2()
/external/freetype/src/sfnt/
Dttload.c1063 FT_FRAME_SHORT ( sCapHeight ), in tt_face_load_os2()
1095 os2->sCapHeight = 0; in tt_face_load_os2()
/external/skia/src/sfnt/
DSkOTTable_OS_2_V2.h529 SK_OT_SHORT sCapHeight; member
DSkOTTable_OS_2_V3.h539 SK_OT_SHORT sCapHeight; member
DSkOTTable_OS_2_V4.h574 SK_OT_SHORT sCapHeight; member
/external/skia/src/ports/
DSkFontHost_FreeType.cpp562 info->fCapHeight = os2_table->sCapHeight; in onGetAdvancedTypefaceMetrics()
1316 cap_height = scaleX * SkIntToScalar(os2->sCapHeight) / upem; in generateFontMetrics()