Home
last modified time | relevance | path

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

/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp10 …r_Reflow(FX_FLOAT TopIndent, FX_FLOAT fWidth, FX_FLOAT fHeight, void* pReflowedPage, int flags, FX… in Create_LayoutProcessor_Reflow() argument
12 if(pReflowedPage == NULL || fWidth <= 20) { in Create_LayoutProcessor_Reflow()
16 …pReflowEngine->Init(TopIndent, fWidth, fHeight, (CPDF_ReflowedPage*)pReflowedPage, flags, lineSpac… in Create_LayoutProcessor_Reflow()
47 …LOAT TopIndent, FX_FLOAT fWidth, FX_FLOAT fHeight, CPDF_ReflowedPage* pReflowedPage, int flags, FX… in Init() argument
53 m_pReflowedPage = pReflowedPage; in Init()
59 pReflowedPage->m_PageWidth = fWidth; in Init()
60 pReflowedPage->m_PageHeight = TopIndent; in Init()
Dreflowedpage.h35 …LOAT TopIndent, FX_FLOAT fWidth, FX_FLOAT fHeight, CPDF_ReflowedPage* pReflowedPage, int flags, FX…
/external/pdfium/core/include/reflow/
Dfpdf_layout.h225 …r_Reflow(FX_FLOAT TopIndent, FX_FLOAT fWidth, FX_FLOAT fHeight, void* pReflowedPage, int flags, FX…