Searched refs:fCapHeight (Results 1 - 10 of 10) sorted by relevance

/external/skia/include/core/
H A DSkAdvancedTypefaceMetrics.h70 int16_t fCapHeight; // Height (from baseline) of top of flat capitals. member in class:SkAdvancedTypefaceMetrics
/external/skia/legacy/include/core/
H A DSkAdvancedTypefaceMetrics.h68 int16_t fCapHeight; // Height (from baseline) of top of flat capitals. member in class:SkAdvancedTypefaceMetrics
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp540 info->fCapHeight = pclt_info->CapHeight;
548 info->fCapHeight = os2_table->sCapHeight;
556 info->fCapHeight = (m_bbox.yMax - m_bbox.yMin + x_bbox.yMax -
559 info->fCapHeight = m_bbox.yMax - m_bbox.yMin;
561 info->fCapHeight = x_bbox.yMax - x_bbox.yMin;
H A DSkFontHost_win_dw.cpp1460 info->fCapHeight = dwfm.capHeight;
1474 info->fCapHeight = dwfm.capHeight;
1507 info->fCapHeight = SkToS16(dwfm.capHeight);
H A DSkFontHost_mac_coretext.cpp1500 info->fCapHeight = 0;
1525 info->fCapHeight = (int16_t) CTFontGetCapHeight(ctFont);
H A DSkFontHost_win.cpp1471 info->fCapHeight = 0;
1499 info->fCapHeight = otm.otmsCapEmHeight;
/external/skia/legacy/src/ports/
H A DSkFontHost_FreeType.cpp526 info->fCapHeight = pclt_info->CapHeight;
534 info->fCapHeight = os2_table->sCapHeight;
542 info->fCapHeight = (m_bbox.yMax - m_bbox.yMin + x_bbox.yMax -
545 info->fCapHeight = m_bbox.yMax - m_bbox.yMin;
547 info->fCapHeight = x_bbox.yMax - x_bbox.yMin;
H A DSkFontHost_win.cpp1111 info->fCapHeight = 0;
1139 info->fCapHeight = otm.otmsCapEmHeight;
H A DSkFontHost_mac_coretext.cpp1650 info->fCapHeight = 0;
1678 info->fCapHeight = CTFontGetCapHeight(ctFont);
/external/skia/src/pdf/
H A DSkPDFFont.cpp953 scaleFromFontUnits(fFontInfo->fCapHeight, emSize));

Completed in 909 milliseconds