Searched refs:ftVertScale (Results 1 – 1 of 1) sorted by relevance
459 int ftVertScale = (doVert ? 3 : 1); in generateGlyphImage() local461 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()