Searched refs:pdf_glyph_width (Results 1 – 1 of 1) sorted by relevance
1002 uint32_t pdf_glyph_width = widths[i]; 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()1782 uint32_t pdf_glyph_width = cp.m_FontCharWidth; 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()