Home
last modified time | relevance | path

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

/external/pdfium/core/src/reflow/
Dreflowedpage.cpp71 m_pPDFPage = NULL; in ~CPDF_ReflowedPage()
78 if (NULL == m_pPDFPage) { in RetainPageObjsMemberShip()
86 FX_POSITION pos = m_pPDFPage->GetFirstObjectPosition(); in RetainPageObjsMemberShip()
92 pPageObj = m_pPDFPage->GetNextObject(pos); in RetainPageObjsMemberShip()
309m_pPDFPage->GetDisplayMatrix(matrix, 0, 0, (int)(m_pPDFPage->GetPageWidth()), (int)(m_pPDFPage->Ge… in Continue()
356 m_pReflowPage->m_pPDFPage = pPage; in Start()
358 m_pPDFPage = pPage; in Start()
363 m_pProvider = IPDF_LayoutProvider::Create_LayoutProvider_TaggedPDF(m_pPDFPage); in Start()
367 …m_pProvider = IPDF_LayoutProvider::Create_LayoutProvider_AutoReflow(m_pPDFPage, m_flags & RF_PARSE… in Start()
Dautoreflow.cpp146 m_pPDFPage = (CPDF_Page*)pPage; in CPDF_AutoReflowLayoutProvider()
147 FX_FLOAT width = m_pPDFPage->GetPageWidth(); in CPDF_AutoReflowLayoutProvider()
148 FX_FLOAT height = m_pPDFPage->GetPageHeight(); in CPDF_AutoReflowLayoutProvider()
149m_pPDFPage->GetDisplayMatrix(m_PDFDisplayMatrix, 0, 0, (int)(m_pPDFPage->GetPageWidth()), (int)(m_… in CPDF_AutoReflowLayoutProvider()
160 m_pPDFPage = NULL; in ~CPDF_AutoReflowLayoutProvider()
485 FX_POSITION pos = m_pPDFPage->GetFirstObjectPosition(); in GenerateLine()
489 FX_FLOAT PDFWidth = m_pPDFPage->GetPageWidth(); in GenerateLine()
490 FX_FLOAT PDFHeight = m_pPDFPage->GetPageHeight(); in GenerateLine()
491 m_pPDFPage->GetDisplayMatrix(m_PDFDisplayMatrix, 0, 0, (int)PDFWidth, (int)PDFHeight, 0); in GenerateLine()
494 CFX_FloatRect pageBBox = m_pPDFPage->m_BBox; in GenerateLine()
[all …]
Dreflowedpage.h188 CPDF_Page* m_pPDFPage; variable
220 CPDF_Page* m_pPDFPage; variable
Dautoreflow.h112 CPDF_Page* m_pPDFPage; variable
Dlayoutprocessor_reflow.cpp1074 …DIBSource(m_pReflowedPage->GetFormResDict(pImageObj), m_pReflowedPage->m_pPDFPage->m_pResources, 0… in CreateRFData()