Searched refs:iMinWidth (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fpdftext/ |
D | fpdf_text.cpp | 205 void CTextPage::WriteOutput(CFX_WideStringArray& lines, int iMinWidth) { in WriteOutput() argument 272 if (iMinWidth < MaxWidth) { in WriteOutput() 273 iMinWidth = MaxWidth; in WriteOutput() 293 pBaseLine->WriteOutput(str, MinLeftX, MaxRightX - MinLeftX, iMinWidth); in WriteOutput() 726 int iMinWidth, in PDF_GetPageText_Unicode() argument 758 texts.WriteOutput(lines, iMinWidth); in PDF_GetPageText_Unicode() 763 int iMinWidth, in PDF_GetPageText() argument 767 PDF_GetPageText_Unicode(wlines, pDoc, pPage, iMinWidth, flags); in PDF_GetPageText()
|
D | txtproc.h | 70 void WriteOutput(CFX_WideStringArray& lines, int iMinWidth);
|
/external/pdfium/core/include/fpdftext/ |
D | fpdf_text.h | 28 int iMinWidth, 33 int iMinWidth,
|