Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp256 int AvgWidth = 0, widthcount = 0; in WriteOutput() local
260 widthcount++; in WriteOutput()
262 AvgWidth = int((FX_FLOAT)AvgWidth / widthcount + 0.5); in WriteOutput()