Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.cpp1060 const SkFont& glyphRunFont = glyphRun.font(); in internalDrawGlyphRun() local
1062 if (!glyphCount || !glyphs || glyphRunFont.getSize() <= 0 || this->hasEmptyClip()) { in internalDrawGlyphRun()
1067 || glyphRunFont.isEmbolden() in internalDrawGlyphRun()
1074 SkTypeface* typeface = glyphRunFont.getTypefaceOrDefault(); in internalDrawGlyphRun()
1093 SkScalar textSize = glyphRunFont.getSize(); in internalDrawGlyphRun()
1094 SkScalar advanceScale = textSize * glyphRunFont.getScaleX() / emSize; in internalDrawGlyphRun()
1098 SkScalar textScaleX = advanceScale + glyphRunFont.getSkewX() * textScaleY; in internalDrawGlyphRun()
1105 ScopedContentEntry content(this, paint, glyphRunFont.getScaleX()); in internalDrawGlyphRun()
1133 GlyphPositioner glyphPositioner(out, glyphRunFont.getSkewX(), offset); in internalDrawGlyphRun()
/external/skqp/src/pdf/
DSkPDFDevice.cpp1073 const SkFont& glyphRunFont = glyphRun.font(); in internalDrawGlyphRun() local
1075 if (!glyphCount || !glyphs || glyphRunFont.getSize() <= 0 || this->hasEmptyClip()) { in internalDrawGlyphRun()
1080 || glyphRunFont.isEmbolden() in internalDrawGlyphRun()
1087 SkTypeface* typeface = glyphRunFont.getTypefaceOrDefault(); in internalDrawGlyphRun()
1106 SkScalar textSize = glyphRunFont.getSize(); in internalDrawGlyphRun()
1107 SkScalar advanceScale = textSize * glyphRunFont.getScaleX() / emSize; in internalDrawGlyphRun()
1111 SkScalar textScaleX = advanceScale + glyphRunFont.getSkewX() * textScaleY; in internalDrawGlyphRun()
1118 ScopedContentEntry content(this, paint, glyphRunFont.getScaleX()); in internalDrawGlyphRun()
1146 GlyphPositioner glyphPositioner(out, glyphRunFont.getSkewX(), offset); in internalDrawGlyphRun()