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

  /external/pdfium/core/src/reflow/
autoreflow.h 91 void ReleaseElm(CPDF_AutoReflowElement*& pElm, FX_BOOL bReleaseChildren = TRUE);
97 void AddObjectArray(CPDF_AutoReflowElement* pElm, CFX_PtrList& ObjList);
autoreflow.cpp 163 void CPDF_AutoReflowLayoutProvider::ReleaseElm(CPDF_AutoReflowElement*& pElm, FX_BOOL bReleaseChildren)
166 int count = pElm->CountChildren();
168 CPDF_AutoReflowElement* pChild = (CPDF_AutoReflowElement*)pElm->GetChild(i);
172 delete pElm;
173 pElm = NULL;
175 void CPDF_AutoReflowLayoutProvider::AddObjectArray(CPDF_AutoReflowElement* pElm, CFX_PtrList& ObjList)
177 if(!pElm) {
182 pElm->m_ObjArray.Add((CPDF_PageObject*)ObjList.GetNext(pos));
reflowedpage.cpp 334 CPDF_StructElement* pElm = pPageTree->GetTopElement(i);
335 if(pElm) {
layoutprocessor_reflow.cpp 364 IPDF_LayoutElement* pElm = pElement->GetChild(i);
365 width += pElm->GetNumberAttr(LayoutWidth);
    [all...]

Completed in 34 milliseconds