Home
last modified time | relevance | path

Searched refs:kLargeDFFontSize (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/gpu/text/
DGrSDFTControl.cpp27 static const int kLargeDFFontSize = 162; variable
35 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));