Home
last modified time | relevance | path

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

/external/pdfium/core/include/reflow/
Dfpdf_layout.h225 …static IPDF_LayoutProcessor* Create_LayoutProcessor_Reflow(FX_FLOAT TopIndent, FX_FLOAT fWidth, FX…
/external/pdfium/core/src/reflow/
Dreflowedpage.cpp307 …m_pReflowEngine = IPDF_LayoutProcessor::Create_LayoutProcessor_Reflow(m_TopIndent, m_ReflowedWidth… in Continue()
383 …m_pReflowEngine = IPDF_LayoutProcessor::Create_LayoutProcessor_Reflow(topIndent, fWidth, fHeight, … in Start()
Dlayoutprocessor_reflow.cpp10 IPDF_LayoutProcessor* IPDF_LayoutProcessor::Create_LayoutProcessor_Reflow(FX_FLOAT TopIndent, FX_FL… in Create_LayoutProcessor_Reflow() function in IPDF_LayoutProcessor