Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/render/
Dcpdf_charposlist.cpp73 int ftGlyphWidth = in Load() local
75 if (ftGlyphWidth && pdfGlyphWidth > ftGlyphWidth + 1) { in Load()
79 (pdfGlyphWidth - ftGlyphWidth) * FontSize / 2000.0f; in Load()
80 } else if (pdfGlyphWidth && ftGlyphWidth && in Load()
81 pdfGlyphWidth < ftGlyphWidth) { in Load()
82 scalingFactor = static_cast<float>(pdfGlyphWidth) / ftGlyphWidth; in Load()