Lines Matching full:thickness
711 SkScalar fUnderlineThickness; //!< underline thickness, or 0 if cannot be determined
721 /** If the fontmetrics has a valid underline thickness, return true, and set the
722 thickness param to that value. If it doesn't return false and ignore the
723 thickness param.
725 bool hasUnderlineThickness(SkScalar* thickness) const {
727 *thickness = fUnderlineThickness;