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

  /external/pdfium/core/src/reflow/
reflowedpage.cpp 71 m_pPDFPage = NULL;
78 if (NULL == m_pPDFPage) {
86 FX_POSITION pos = m_pPDFPage->GetFirstObjectPosition();
92 pPageObj = m_pPDFPage->GetNextObject(pos);
312 m_pPDFPage->GetDisplayMatrix(matrix, 0, 0, (int)(m_pPDFPage->GetPageWidth()), (int)(m_pPDFPage->GetPageHeight()), 0);
359 m_pReflowPage->m_pPDFPage = pPage;
361 m_pPDFPage = pPage;
366 m_pProvider = IPDF_LayoutProvider::Create_LayoutProvider_TaggedPDF(m_pPDFPage);
    [all...]
autoreflow.cpp 146 m_pPDFPage = (CPDF_Page*)pPage;
147 FX_FLOAT width = m_pPDFPage->GetPageWidth();
148 FX_FLOAT height = m_pPDFPage->GetPageHeight();
149 m_pPDFPage->GetDisplayMatrix(m_PDFDisplayMatrix, 0, 0, (int)(m_pPDFPage->GetPageWidth()), (int)(m_pPDFPage->GetPageHeight()), 0);
160 m_pPDFPage = NULL;
486 FX_POSITION pos = m_pPDFPage->GetFirstObjectPosition();
490 FX_FLOAT PDFWidth = m_pPDFPage->GetPageWidth();
491 FX_FLOAT PDFHeight = m_pPDFPage->GetPageHeight()
    [all...]
autoreflow.h 110 CPDF_Page* m_pPDFPage;
reflowedpage.h 187 CPDF_Page* m_pPDFPage;
219 CPDF_Page* m_pPDFPage;
layoutprocessor_reflow.cpp     [all...]

Completed in 2183 milliseconds