Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdftext/
Dfpdf_text.cpp208 FX_FLOAT MinLeftX = 1000000; in WriteOutput() local
215 if (leftx < MinLeftX) { in WriteOutput()
216 MinLeftX = leftx; in WriteOutput()
247 widths[i] = (int)((MaxRightX - MinLeftX) / charwidth); in WriteOutput()
293 pBaseLine->WriteOutput(str, MinLeftX, MaxRightX - MinLeftX, iMinWidth); in WriteOutput()