Home
last modified time | relevance | path

Searched defs:FontMetrics (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkPaint.h721 struct FontMetrics { struct
725 enum FontMetricsFlags { argument
730 uint32_t fFlags; //!< Bit field to identify which values are unknown
731 … SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0)
732 SkScalar fAscent; //!< The recommended distance above the baseline (will be <= 0)
733 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0)
734 … SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0)
735 … SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0)
736 SkScalar fAvgCharWidth; //!< the average character width (>= 0)
737 SkScalar fMaxCharWidth; //!< the max character width (>= 0)
[all …]
/external/skia/src/utils/
DSkLua.cpp1042 struct FontMetrics { struct
1055 SkPaint::FontMetrics fm; in lpaint_getFontMetrics() argument