Searched refs:CPDF_AutoReflowElement (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dautoreflow.h11 class CPDF_AutoReflowElement;
13 typedef CFX_ArrayTemplate<CPDF_AutoReflowElement*> CAR_ElmPtrArray;
24 class CPDF_AutoReflowElement : public IPDF_LayoutElement, public CFX_Object class in inherits:IPDF_LayoutElement,CFX_Object
27 CPDF_AutoReflowElement(LayoutType layoutType = LayoutUnknown , CPDF_AutoReflowElement* pParent = NULL) ;
28 ~CPDF_AutoReflowElement();
61 CPDF_AutoReflowElement* m_pParentElm;
89 void ReleaseElm(CPDF_AutoReflowElement*& pElm, FX_BOOL bReleaseChildren = TRUE);
95 void AddObjectArray(CPDF_AutoReflowElement* pElm, CFX_PtrList& ObjList);
108 CPDF_AutoReflowElement* m_pRoo
[all...]
H A Dautoreflow.cpp105 CPDF_AutoReflowElement::CPDF_AutoReflowElement(LayoutType layoutType , CPDF_AutoReflowElement* pParent) function in class:CPDF_AutoReflowElement
114 CPDF_AutoReflowElement::~CPDF_AutoReflowElement()
119 int CPDF_AutoReflowElement::CountAttrValues(LayoutAttr attr_type)
123 LayoutEnum CPDF_AutoReflowElement::GetEnumAttr(LayoutAttr attr_type, int index )
127 FX_FLOAT CPDF_AutoReflowElement::GetNumberAttr(LayoutAttr attr_type, int index )
136 FX_COLORREF CPDF_AutoReflowElement::GetColorAttr(LayoutAttr attr_type, int index )
163 void CPDF_AutoReflowLayoutProvider::ReleaseElm(CPDF_AutoReflowElement*
[all...]

Completed in 512 milliseconds