Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp229 int TotalChars = 0; in WriteOutput() local
232 pBaseLine->CountChars(TotalChars, TotalWidth, minchars); in WriteOutput()
233 if (TotalChars) { in WriteOutput()
234 FX_FLOAT charwidth = TotalWidth / TotalChars; in WriteOutput()