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

  /external/pdfium/core/include/reflow/
fpdf_layout.h 229 virtual LayoutStatus StartProcess(IPDF_LayoutElement* pElement, IFX_Pause* pPause, const CFX_AffineMatrix* pPDFMatrix = NULL) = 0;
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 310 if(m_pReflowEngine->StartProcess(m_pProvider->GetRoot(), m_pPause, &matrix) != LayoutToBeContinued) {
393 if((status = m_pReflowEngine->StartProcess(m_pProvider->GetRoot(), pPause, &matrix)) != LayoutToBeContinued) {
reflowedpage.h 37 LayoutStatus StartProcess(IPDF_LayoutElement* pElement, IFX_Pause* pPause, const CFX_AffineMatrix* pPDFMatrix = NULL);
layoutprocessor_reflow.cpp 127 LayoutStatus CPDF_LayoutProcessor_Reflow::StartProcess(IPDF_LayoutElement* pElement, IFX_Pause* pPause, const CFX_AffineMatrix* pPDFMatrix)
    [all...]

Completed in 43 milliseconds