Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkGlyphRunPainter.cpp1072 auto* sdfCache = fStrikeServer->getOrCreateCache(dfPaint, dfFont, this->surfaceProps(), in maybeProcessGlyphRunForDFT() local
1077 auto perEmpty = [sdfCache] (const SkGlyph& glyph, SkPoint mappedPt) { in maybeProcessGlyphRunForDFT()
1078 sdfCache->addGlyph(glyph.getPackedID(), false); in maybeProcessGlyphRunForDFT()
1081 auto perSDF = [sdfCache] (const SkGlyph& glyph, SkPoint position) { in maybeProcessGlyphRunForDFT()
1083 sdfCache->addGlyph(glyph.getGlyphID(), asPath); in maybeProcessGlyphRunForDFT()
1086 auto perPath = [sdfCache] (const SkGlyph& glyph, SkPoint position) { in maybeProcessGlyphRunForDFT()
1088 sdfCache->addGlyph(glyph.getGlyphID(), asPath); in maybeProcessGlyphRunForDFT()
1092 sdfCache, glyphRun, origin, runPaint, runMatrix, textRatio, in maybeProcessGlyphRunForDFT()