Home
last modified time | relevance | path

Searched refs:TopIndent (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/include/reflow/
Dreflowengine.h49 …virtual void Start(IPDF_ReflowedPage* pReflowPage, CPDF_Page* pPage, FX_FLOAT TopIndent, FX_FLOA…
Dfpdf_layout.h225 …static IPDF_LayoutProcessor* Create_LayoutProcessor_Reflow(FX_FLOAT TopIndent, FX_FLOAT fWidth, FX…
/external/pdfium/core/src/reflow/
Dreflowedpage.h35 …void Init(FX_FLOAT TopIndent, FX_FLOAT fWidth, FX_FLOAT fHeight, CPDF_ReflowedPage* pReflowedPage,…
212 …void Start(IPDF_ReflowedPage* pReflowPage, CPDF_Page* pPage, FX_FLOAT TopIndent, FX_FLOAT fWidth…
Dlayoutprocessor_reflow.cpp10 IPDF_LayoutProcessor* IPDF_LayoutProcessor::Create_LayoutProcessor_Reflow(FX_FLOAT TopIndent, FX_FL… in Create_LayoutProcessor_Reflow() argument
16 …pReflowEngine->Init(TopIndent, fWidth, fHeight, (CPDF_ReflowedPage*)pReflowedPage, flags, lineSpac… in Create_LayoutProcessor_Reflow()
47 void CPDF_LayoutProcessor_Reflow::Init(FX_FLOAT TopIndent, FX_FLOAT fWidth, FX_FLOAT fHeight, CPDF_… in Init() argument
50 m_TopIndent = TopIndent; in Init()
60 pReflowedPage->m_PageHeight = TopIndent; in Init()