Searched refs:TopIndent (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/include/reflow/ |
D | reflowengine.h | 49 …virtual void Start(IPDF_ReflowedPage* pReflowPage, CPDF_Page* pPage, FX_FLOAT TopIndent, FX_FLOA…
|
D | fpdf_layout.h | 225 …static IPDF_LayoutProcessor* Create_LayoutProcessor_Reflow(FX_FLOAT TopIndent, FX_FLOAT fWidth, FX…
|
/external/pdfium/core/src/reflow/ |
D | reflowedpage.h | 35 …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…
|
D | layoutprocessor_reflow.cpp | 10 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()
|