Lines Matching refs:SkScalar
28 SkScalar fTop; //!< extent above baseline
29 SkScalar fAscent; //!< distance to reserve above baseline
30 SkScalar fDescent; //!< distance to reserve below baseline
31 SkScalar fBottom; //!< extent below baseline
32 SkScalar fLeading; //!< distance to add between lines
33 SkScalar fAvgCharWidth; //!< average character width
34 SkScalar fMaxCharWidth; //!< maximum character width
35 SkScalar fXMin; //!< minimum x
36 SkScalar fXMax; //!< maximum x
37 SkScalar fXHeight; //!< height of lower-case 'x'
38 SkScalar fCapHeight; //!< height of an upper-case letter
39 SkScalar fUnderlineThickness; //!< underline thickness
40 SkScalar fUnderlinePosition; //!< underline position relative to baseline
41 SkScalar fStrikeoutThickness; //!< strikeout thickness
42 SkScalar fStrikeoutPosition; //!< strikeout position relative to baseline
51 bool hasUnderlineThickness(SkScalar* thickness) const { in hasUnderlineThickness()
66 bool hasUnderlinePosition(SkScalar* position) const { in hasUnderlinePosition()
81 bool hasStrikeoutThickness(SkScalar* thickness) const { in hasStrikeoutThickness()
96 bool hasStrikeoutPosition(SkScalar* position) const { in hasStrikeoutPosition()