Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp196 FX_FLOAT MaxRightX = 0; in WriteOutput() local
205 if (rightx > MaxRightX) { in WriteOutput()
206 MaxRightX = rightx; in WriteOutput()
235 widths[i] = (int)((MaxRightX - MinLeftX) / charwidth); in WriteOutput()
282 pBaseLine->WriteOutput(str, MinLeftX, MaxRightX - MinLeftX, iMinWidth); in WriteOutput()