Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp459 int ftVertScale = (doVert ? 3 : 1); in generateGlyphImage() local
461 if (mask.fBounds.height() * ftVertScale < SkToInt(ftGlyph.bitmap.rows)) { in generateGlyphImage()
462 ftGlyph.bitmap.rows = mask.fBounds.height() * ftVertScale; in generateGlyphImage()
467 if (SkToInt(ftGlyph.bitmap.rows) < mask.fBounds.height() * ftVertScale) { in generateGlyphImage()
468 mask.fBounds.fBottom = mask.fBounds.fTop + ftGlyph.bitmap.rows / ftVertScale; in generateGlyphImage()