Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp256 int AvgWidth = 0, widthcount = 0; in WriteOutput() local
259 AvgWidth += widths[i]; in WriteOutput()
262 AvgWidth = int((FX_FLOAT)AvgWidth / widthcount + 0.5); in WriteOutput()
268 if (MaxWidth > AvgWidth * 6 / 5) { in WriteOutput()
269 MaxWidth = AvgWidth * 6 / 5; in WriteOutput()