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

  /external/pdfium/core/src/reflow/
reflowedpage.cpp 310 m_pReflowEngine = IPDF_LayoutProcessor::Create_LayoutProcessor_Reflow(m_TopIndent, m_ReflowedWidth, m_fScreenHeight, m_pReflowPage, m_flags, m_ParseStyle.m_LineSpace);
318 if(m_TopIndent && m_Status == Done) {
319 m_pReflowPage->m_PageHeight -= m_TopIndent;
362 m_TopIndent = topIndent;
408 if(m_TopIndent && m_Status == Done) {
409 m_pReflowPage->m_PageHeight -= m_TopIndent;
reflowedpage.h 80 FX_FLOAT m_TopIndent;
222 FX_FLOAT m_TopIndent;
layoutprocessor_reflow.cpp 53 m_TopIndent = TopIndent;
    [all...]

Completed in 37 milliseconds