Home | History | Annotate | Download | only in chromium

Lines Matching refs:metrics

57     SkPaint::FontMetrics metrics;
60 paint.getFontMetrics(&metrics);
79 // metrics *exactly*.
84 SkScalar height = -metrics.fAscent + metrics.fDescent + metrics.fLeading;
85 m_ascent = SkScalarRound(-metrics.fAscent);
89 if (metrics.fXHeight)
90 m_xHeight = metrics.fXHeight;
96 m_lineGap = SkScalarRound(metrics.fLeading);
103 SkScalar xRange = metrics.fXMax - metrics.fXMin;
106 if (metrics.fAvgCharWidth)
107 m_avgCharWidth = SkScalarRound(metrics.fAvgCharWidth);