Home | History | Annotate | Download | only in core

Lines Matching refs:FontMetrics

1080     /** \struct SkPaint::FontMetrics
1081 FontMetrics is filled out by getFontMetrics(). FontMetrics contents reflect the values
1095 struct FontMetrics {
1097 /** \enum SkPaint::FontMetrics::FontMetricsFlags
1193 /** If SkPaint::FontMetrics has a valid underline thickness, return true, and set
1208 /** If SkPaint::FontMetrics has a valid underline position, return true, and set
1223 /** If SkPaint::FontMetrics has a valid strikeout thickness, return true, and set
1238 /** If SkPaint::FontMetrics has a valid strikeout position, return true, and set
1255 /** Returns SkPaint::FontMetrics associated with SkTypeface.
1258 If metrics is not nullptr, SkPaint::FontMetrics is copied to metrics.
1265 @param metrics storage for SkPaint::FontMetrics from SkTypeface; may be nullptr
1269 SkScalar getFontMetrics(FontMetrics* metrics, SkScalar scale = 0) const;
1541 returns the same bounds as SkPaint::FontMetrics { FontMetrics::fXMin,
1542 FontMetrics::fTop, FontMetrics::fXMax, FontMetrics::fBottom }.