Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1002 uint32_t pdf_glyph_width = widths[i]; in FlushText() local
1003 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() local
1783 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()