HomeSort by relevance Sort by last modified time
    Searched refs:fCapHeight (Results 1 - 5 of 5) sorted by null

  /external/skia/include/core/
SkAdvancedTypefaceMetrics.h 68 int16_t fCapHeight; // Height (from baseline) of top of flat capitals.
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 515 info->fCapHeight = pclt_info->CapHeight;
523 info->fCapHeight = os2_table->sCapHeight;
531 info->fCapHeight = (m_bbox.yMax - m_bbox.yMin + x_bbox.yMax -
534 info->fCapHeight = m_bbox.yMax - m_bbox.yMin;
536 info->fCapHeight = x_bbox.yMax - x_bbox.yMin;
    [all...]
SkFontHost_win.cpp     [all...]
SkFontHost_mac_coretext.cpp     [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp 921 scaleFromFontUnits(fFontInfo->fCapHeight, emSize));
    [all...]

Completed in 202 milliseconds