Searched defs:FontMetrics (Results 1 – 9 of 9) sorted by relevance
745 struct FontMetrics { struct749 enum FontMetricsFlags { argument754 uint32_t fFlags; //!< Bit field to identify which values are unknown755 … SkScalar fTop; //!< The greatest distance above the baseline for any glyph (will be <= 0)756 SkScalar fAscent; //!< The recommended distance above the baseline (will be <= 0)757 SkScalar fDescent; //!< The recommended distance below the baseline (will be >= 0)758 … SkScalar fBottom; //!< The greatest distance below the baseline for any glyph (will be >= 0)759 … SkScalar fLeading; //!< The recommended distance to add between lines of text (will be >= 0)760 SkScalar fAvgCharWidth; //!< the average character width (>= 0)761 SkScalar fMaxCharWidth; //!< the max character width (>= 0)[all …]
831 struct FontMetrics { struct844 SkPaint::FontMetrics fm; in lpaint_getFontMetrics() argument
32 FontMetrics() in FontMetrics() function
50 class FontMetrics; variable
141 void SkGScalerContext::generateFontMetrics(SkPaint::FontMetrics*, in generateFontMetrics()
106 class FontMetrics; variable