Lines Matching refs:textSize
77 SkScalar scaled_text_size(const SkScalar textSize, const SkMatrix& viewMatrix) { in scaled_text_size() argument
78 SkScalar scaledTextSize = textSize; in scaled_text_size()
100 SkScalar textSize = font.getSize(); in getSDFFont() local
101 SkScalar scaledTextSize = scaled_text_size(textSize, viewMatrix); in getSDFFont()
106 *textRatio = textSize / kSmallDFFontSize; in getSDFFont()
109 *textRatio = textSize / kMediumDFFontSize; in getSDFFont()
113 *textRatio = textSize / kLargeDFFontSize; in getSDFFont()
116 *textRatio = textSize / kExtraLargeDFFontSize; in getSDFFont()
121 *textRatio = textSize / kLargeDFFontSize;
136 SkScalar textSize, const SkMatrix& viewMatrix) const { in computeSDFMinMaxScale() argument
138 SkScalar scaledTextSize = scaled_text_size(textSize, viewMatrix); in computeSDFMinMaxScale()