Searched refs:kLargeDFFontSize (Results 1 – 2 of 2) sorted by relevance
27 static const int kLargeDFFontSize = 162; variable35 return kLargeDFFontSize; in MinSDFTRange()113 *textRatio = textSize / kLargeDFFontSize; in getSDFFont()114 dfFont.setSize(SkIntToScalar(kLargeDFFontSize)); in getSDFFont()121 *textRatio = textSize / kLargeDFFontSize;122 dfFont.setSize(SkIntToScalar(kLargeDFFontSize));
34 static const int kLargeDFFontSize = 162; variable40 static const int kDefaultMaxDistanceFieldFontSize = 2 * kLargeDFFontSize;114 if (!useDFT && scaledTextSize < kLargeDFFontSize) { in CanDrawAsDistanceFields()173 *textRatio = textSize / kLargeDFFontSize; in InitDistanceFieldPaint()174 skFont->setSize(SkIntToScalar(kLargeDFFontSize)); in InitDistanceFieldPaint()