Home
last modified time | relevance | path

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

/external/pdfium/core/src/reflow/
Dautoreflow.h91 void ReleaseElm(CPDF_AutoReflowElement*& pElm, FX_BOOL bReleaseChildren = TRUE);
97 void AddObjectArray(CPDF_AutoReflowElement* pElm, CFX_PtrList& ObjList);
Dautoreflow.cpp163 void CPDF_AutoReflowLayoutProvider::ReleaseElm(CPDF_AutoReflowElement*& pElm, FX_BOOL bReleaseChild… in ReleaseElm() argument
166 int count = pElm->CountChildren(); in ReleaseElm()
168 CPDF_AutoReflowElement* pChild = (CPDF_AutoReflowElement*)pElm->GetChild(i); in ReleaseElm()
172 delete pElm; in ReleaseElm()
173 pElm = NULL; in ReleaseElm()
175 void CPDF_AutoReflowLayoutProvider::AddObjectArray(CPDF_AutoReflowElement* pElm, CFX_PtrList& ObjLi… in AddObjectArray() argument
177 if(!pElm) { in AddObjectArray()
182 pElm->m_ObjArray.Add((CPDF_PageObject*)ObjList.GetNext(pos)); in AddObjectArray()
Dreflowedpage.cpp334 CPDF_StructElement* pElm = pPageTree->GetTopElement(i); in IsTaggedPage() local
335 if(pElm) { in IsTaggedPage()
Dlayoutprocessor_reflow.cpp364 IPDF_LayoutElement* pElm = pElement->GetChild(i); in GetElmWidth() local
365 width += pElm->GetNumberAttr(LayoutWidth); in GetElmWidth()