Searched refs:ProcessElement (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/reflow/ |
D | layoutprovider_taggedpdf.cpp | 663 void CPDF_LayoutProvider_TaggedPDF::ProcessElement(CPDF_LayoutElement*pParent, CPDF_StructElement* … in ProcessElement() function in CPDF_LayoutProvider_TaggedPDF 681 ProcessElement(pElement, Kid.m_Element.m_pElement); in ProcessElement() 729 ProcessElement(m_pRoot, pElement); in StartLoad() 752 ProcessElement(m_pRoot, pElement); in Continue()
|
D | layoutprovider_taggedpdf.h | 75 void ProcessElement(CPDF_LayoutElement*pParent, CPDF_StructElement* pTaggedElement);
|
D | layoutprocessor_reflow.cpp | 135 ProcessElement(m_pRootElement, m_fRefWidth); in StartProcess() 146 ProcessElement(m_pRootElement, m_CurrRefWidth); in Continue() 515 void CPDF_LayoutProcessor_Reflow::ProcessElement(IPDF_LayoutElement* pElement, FX_FLOAT reflowWidth) in ProcessElement() function in CPDF_LayoutProcessor_Reflow 625 ProcessElement(pChildElement, reflowWidth); in ProcessElement()
|
D | reflowedpage.h | 42 void ProcessElement(IPDF_LayoutElement* pElement, FX_FLOAT reflowWidth);
|