Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1000 uint32_t font_glyph_width = 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()
1780 uint32_t font_glyph_width = 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()