HomeSort by relevance Sort by last modified time
    Searched refs:m_pColumn (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fpdftext/
txtproc.h 26 CTextColumn* m_pColumn;
fpdf_text.cpp 484 pTextBox->m_pColumn = FindColumn(pTextBox->m_Right);
545 pText->m_pColumn = NULL;
652 if (pText->m_pColumn) {
653 xpos = (int)((pText->m_pColumn->m_AvgPos - leftx) * iTextWidth / pagewidth + 0.5);

Completed in 65 milliseconds