Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcharposlist.cpp148 int font_glyph_width = in GetCharPosList() local
150 if (font_glyph_width && pdf_glyph_width > font_glyph_width + 1) { in GetCharPosList()
154 (pdf_glyph_width - font_glyph_width) * font_size / 2000.0f; in GetCharPosList()
155 } else if (pdf_glyph_width && font_glyph_width && in GetCharPosList()
156 pdf_glyph_width < font_glyph_width) { in GetCharPosList()
157 scaling_factor = static_cast<float>(pdf_glyph_width) / font_glyph_width; in GetCharPosList()