Searched defs:fCapHeight (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/core/
H A DSkAdvancedTypefaceMetrics.h39 , fCapHeight(0)
85 int16_t fCapHeight; // Height (from baseline) of top of flat capitals. member in class:SkAdvancedTypefaceMetrics
/external/pdfium/xfa/src/fwl/src/core/
H A Dfwl_formimp.cpp122 FX_FLOAT fCapHeight = GetCaptionHeight(); local
129 rect.height += fCapHeight + fCYBorder + fEdge + fEdge;
744 FX_FLOAT fCapHeight = GetCaptionHeight(); local
745 if (fCapHeight > 0) {
747 m_rtCaption.height = fCapHeight;
/external/skia/include/core/
H A DSkPaint.h741 SkScalar fCapHeight; //!< The cap height (> 0), or 0 if cannot be determined. member in struct:SkPaint::FontMetrics

Completed in 634 milliseconds