Searched refs:ftVertScale (Results 1 – 2 of 2) sorted by relevance
508 int ftVertScale = (doVert ? 3 : 1); in generateGlyphImage() local510 if (mask.fBounds.height() * ftVertScale < SkToInt(ftGlyph.bitmap.rows)) { in generateGlyphImage()511 ftGlyph.bitmap.rows = mask.fBounds.height() * ftVertScale; in generateGlyphImage()516 if (SkToInt(ftGlyph.bitmap.rows) < mask.fBounds.height() * ftVertScale) { in generateGlyphImage()517 mask.fBounds.fBottom = mask.fBounds.fTop + ftGlyph.bitmap.rows / ftVertScale; in generateGlyphImage()
1057 int ftVertScale = (doVert ? 3 : 1); in generateGlyphImage() local1059 if (mask.fBounds.height() * ftVertScale < SkToInt(ftGlyph.bitmap.rows)) { in generateGlyphImage()1060 ftGlyph.bitmap.rows = mask.fBounds.height() * ftVertScale; in generateGlyphImage()1065 if (SkToInt(ftGlyph.bitmap.rows) < mask.fBounds.height() * ftVertScale) { in generateGlyphImage()1066 mask.fBounds.fBottom = mask.fBounds.fTop + ftGlyph.bitmap.rows / ftVertScale; in generateGlyphImage()