Lines Matching refs:fontSize
134 SkScalar fontSize = font.GetSize();
136 SkScalar fontSize = font.getSize();
141 metrics->fAscent = DEFAULT_ASCENT * fontSize;
142 metrics->fDescent = DEFAULT_DESCENT * fontSize;
151 metrics->fAscent = DEFAULT_TOP * fontSize;
152 metrics->fDescent = DEFAULT_BOTTOM * fontSize;
165 SkScalar fontSize = font.GetSize();
169 SkScalar fontSize = font.getSize();
177 fontSize *= config.fontScale;
180 fontSize /= config.fontScale;
186 font.SetSize(fontSize);
188 font.setSize(fontSize);