Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pdf/
DSkPDFDevice.cpp753 SkFont transparentFont = glyphRun.font(); in drawGlyphRunAsPath() local
754 transparentFont.setEmbolden(false); // Stop Recursion in drawGlyphRunAsPath()
755 SkGlyphRun tmpGlyphRun(glyphRun, transparentFont); in drawGlyphRunAsPath()
/third_party/skia/src/pdf/
DSkPDFDevice.cpp779 SkFont transparentFont = glyphRun.font(); in drawGlyphRunAsPath() local
780 transparentFont.setEmbolden(false); // Stop Recursion in drawGlyphRunAsPath()
781 SkGlyphRun tmpGlyphRun(glyphRun, transparentFont); in drawGlyphRunAsPath()