Home
last modified time | relevance | path

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

/external/pdfium/core/include/reflow/
Dfpdf_layout.h228 …ss(IPDF_LayoutElement* pElement, IFX_Pause* pPause, const CFX_AffineMatrix* pPDFMatrix = NULL) = 0;
/external/pdfium/core/src/reflow/
Dreflowedpage.h36 …rocess(IPDF_LayoutElement* pElement, IFX_Pause* pPause, const CFX_AffineMatrix* pPDFMatrix = NULL);
Dlayoutprocessor_reflow.cpp130 …::StartProcess(IPDF_LayoutElement* pElement, IFX_Pause* pPause, const CFX_AffineMatrix* pPDFMatrix) in StartProcess() argument
136 m_PDFMatrix = *pPDFMatrix; in StartProcess()