Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrSDFTControl.cpp103 SkFont dfFont{font}; in getSDFFont() local
107 dfFont.setSize(SkIntToScalar(kSmallDFFontSize)); in getSDFFont()
110 dfFont.setSize(SkIntToScalar(kMediumDFFontSize)); in getSDFFont()
114 dfFont.setSize(SkIntToScalar(kLargeDFFontSize)); in getSDFFont()
117 dfFont.setSize(SkIntToScalar(kExtraLargeDFFontSize)); in getSDFFont()
122 dfFont.setSize(SkIntToScalar(kLargeDFFontSize));
126 dfFont.setEdging(SkFont::Edging::kAntiAlias);
127 dfFont.setForceAutoHinting(false);
128 dfFont.setHinting(SkFontHinting::kNormal);
131 dfFont.setSubpixel(false);
[all …]
/external/skia/src/core/
DSkStrikeSpec.cpp174 SkFont dfFont = control.getSDFFont(font, deviceMatrix, &strikeToSourceRatio); in MakeSDFT() local
183 SkStrikeSpec strikeSpec(dfFont, dfPaint, surfaceProps, flags, in MakeSDFT()
/external/skqp/src/core/
DSkGlyphRunPainter.cpp1061 SkFont dfFont{runFont}; in maybeProcessGlyphRunForDFT() local
1068 &dfFont, in maybeProcessGlyphRunForDFT()
1072 auto* sdfCache = fStrikeServer->getOrCreateCache(dfPaint, dfFont, this->surfaceProps(), in maybeProcessGlyphRunForDFT()