Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/pdf/
DSkPDFDevice.cpp792 const SkFont& glyphRunFont = glyphRun.font(); in internalDrawGlyphRun() local
794 if (!glyphCount || !glyphIDs || glyphRunFont.getSize() <= 0 || this->hasEmptyClip()) { in internalDrawGlyphRun()
799 || glyphRunFont.isEmbolden() in internalDrawGlyphRun()
806 SkTypeface* typeface = glyphRunFont.getTypefaceOrDefault(); in internalDrawGlyphRun()
825 SkScalar textSize = glyphRunFont.getSize(); in internalDrawGlyphRun()
826 SkScalar advanceScale = textSize * glyphRunFont.getScaleX() / emSize; in internalDrawGlyphRun()
830 SkScalar textScaleX = advanceScale + glyphRunFont.getSkewX() * textScaleY; in internalDrawGlyphRun()
835 ScopedContentEntry content(this, *paint, glyphRunFont.getScaleX()); in internalDrawGlyphRun()
863 GlyphPositioner glyphPositioner(out, glyphRunFont.getSkewX(), offset); in internalDrawGlyphRun()
/third_party/skia/src/pdf/
DSkPDFDevice.cpp816 const SkFont& glyphRunFont = glyphRun.font(); in internalDrawGlyphRun() local
818 if (!glyphCount || !glyphIDs || glyphRunFont.getSize() <= 0 || this->hasEmptyClip()) { in internalDrawGlyphRun()
823 || glyphRunFont.isEmbolden() in internalDrawGlyphRun()
830 SkTypeface* typeface = glyphRunFont.getTypefaceOrDefault(); in internalDrawGlyphRun()
849 SkScalar textSize = glyphRunFont.getSize(); in internalDrawGlyphRun()
850 SkScalar advanceScale = textSize * glyphRunFont.getScaleX() / emSize; in internalDrawGlyphRun()
854 SkScalar textScaleX = advanceScale + glyphRunFont.getSkewX() * textScaleY; in internalDrawGlyphRun()
859 ScopedContentEntry content(this, *paint, glyphRunFont.getScaleX()); in internalDrawGlyphRun()
876 GlyphPositioner glyphPositioner(out, glyphRunFont.getSkewX(), offset); in internalDrawGlyphRun()