Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/text/
DGrSDFTControl.cpp25 static const int kMediumDFFontSize = 72; variable
109 *textRatio = textSize / kMediumDFFontSize; in getSDFFont()
110 dfFont.setSize(SkIntToScalar(kMediumDFFontSize)); in getSDFFont()