Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkPaint.h705 struct FontMetrics { struct
709 enum FontMetricsFlags { argument
714 uint32_t fFlags; //!< Bit field to identify which values are unknown
715 … SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0)
716 SkScalar fAscent; //!< The recommended distance above the baseline (will be <= 0)
717 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0)
718 … SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0)
719 … SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0)
720 SkScalar fAvgCharWidth; //!< the average character width (>= 0)
721 SkScalar fMaxCharWidth; //!< the max character width (>= 0)
[all …]
/external/skia/src/utils/
DSkLua.cpp936 struct FontMetrics { struct
949 SkPaint::FontMetrics fm; in lpaint_getFontMetrics() argument