Searched refs:glyphRunFont (Results 1 – 2 of 2) sorted by relevance
792 const SkFont& glyphRunFont = glyphRun.font(); in internalDrawGlyphRun() local794 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()
816 const SkFont& glyphRunFont = glyphRun.font(); in internalDrawGlyphRun() local818 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()