Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp241 int TotalChars = 0; in WriteOutput() local
244 pBaseLine->CountChars(TotalChars, TotalWidth, minchars); in WriteOutput()
245 if (TotalChars) { in WriteOutput()
246 FX_FLOAT charwidth = TotalWidth / TotalChars; in WriteOutput()