Searched defs:FontMetrics (Results 1 – 2 of 2) sorted by relevance
705 struct FontMetrics { struct709 enum FontMetricsFlags { argument714 uint32_t fFlags; //!< Bit field to identify which values are unknown715 … 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 …]
936 struct FontMetrics { struct949 SkPaint::FontMetrics fm; in lpaint_getFontMetrics() argument