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

  /external/skia/src/core/
SkAdvancedTypefaceMetrics.h 73 int16_t fCapHeight; // Height (from baseline) of top of flat capitals.
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 372 info->fCapHeight = dwfm.capHeight;
386 info->fCapHeight = dwfm.capHeight;
417 info->fCapHeight = SkToS16(dwfm.capHeight);
SkFontHost_FreeType.cpp 556 info->fCapHeight = pclt_info->CapHeight;
566 info->fCapHeight = os2_table->sCapHeight;
574 info->fCapHeight = (m_bbox.yMax - m_bbox.yMin + x_bbox.yMax -
577 info->fCapHeight = m_bbox.yMax - m_bbox.yMin;
579 info->fCapHeight = x_bbox.yMax - x_bbox.yMin;
582 info->fCapHeight = info->fAscent;
    [all...]
SkFontHost_mac.cpp     [all...]
SkFontHost_win.cpp     [all...]
  /external/skia/src/fonts/
SkTestScalerContext.cpp 158 info->fCapHeight = 0;
  /external/skia/include/core/
SkPaint.h 782 SkScalar fCapHeight; //!< The cap height (> 0), or 0 if cannot be determined.
    [all...]
  /external/skia/tools/
create_test_font.cpp 351 output_scalar(metrics.fCapHeight, emSize, &metricsStr);
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]

Completed in 259 milliseconds