Searched refs:pdfGlyphWidth (Results 1 - 1 of 1) sorted by relevance

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

Completed in 136 milliseconds