Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/text/
H A DGrSDFTControl.cpp27 static const int kLargeDFFontSize = 162; variable
35 return kLargeDFFontSize; in MinSDFTRange()
117 *textRatio = textSize / kLargeDFFontSize; in getSDFFont()
118 dfFont.setSize(SkIntToScalar(kLargeDFFontSize)); in getSDFFont()
125 *textRatio = textSize / kLargeDFFontSize;
126 dfFont.setSize(SkIntToScalar(kLargeDFFontSize));

Completed in 1 milliseconds