Searched refs:font_glyph_width (Results 1 – 1 of 1) sorted by relevance
1000 uint32_t font_glyph_width = in FlushText() local1003 if (font_glyph_width && pdf_glyph_width && in FlushText()1004 font_glyph_width > pdf_glyph_width) { in FlushText()1005 font.setScaleX(SkIntToScalar(pdf_glyph_width) / font_glyph_width); in FlushText()1780 uint32_t font_glyph_width = in DrawDeviceText() local1783 if (font_glyph_width && pdf_glyph_width && in DrawDeviceText()1784 font_glyph_width > pdf_glyph_width) { in DrawDeviceText()1785 font.setScaleX(SkIntToScalar(pdf_glyph_width) / font_glyph_width); in DrawDeviceText()