Lines Matching refs:strutStyle
175 auto& strutStyle = fParagraphStyle.getStrutStyle();
176 if (strutStyle.getStrutEnabled()) {
177 hash = mix(hash, SkGoodHash()(relax(strutStyle.getHeight())));
178 hash = mix(hash, SkGoodHash()(relax(strutStyle.getLeading())));
179 hash = mix(hash, SkGoodHash()(relax(strutStyle.getFontSize())));
180 hash = mix(hash, SkGoodHash()(strutStyle.getHeightOverride()));
181 hash = mix(hash, SkGoodHash()(strutStyle.getFontStyle()));
182 hash = mix(hash, SkGoodHash()(strutStyle.getForceStrutHeight()));
183 hash = mix(hash, SkGoodHash()(strutStyle.getHalfLeading()));
184 for (auto& ff : strutStyle.getFontFamilies()) {