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

/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp607 m_fxAnnotArray.RemoveAll();
619 int nAnnotCount = m_fxAnnotArray.GetSize();
622 CPDFSDK_Annot* pAnnot = (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(i);
630 m_fxAnnotArray.RemoveAll();
754 m_fxAnnotArray.Add(pSDKAnnot);
798 int nCount = m_fxAnnotArray.GetSize();
804 return (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(nIndex);
809 int nCount = m_fxAnnotArray.GetSize();
812 CPDFSDK_Annot* pAnnot = (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(i);
984 m_fxAnnotArray
[all...]
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h501 CFX_PtrArray* GetAnnotList(){ return &m_fxAnnotArray; }
517 CFX_PtrArray m_fxAnnotArray; member in class:CPDFSDK_PageView

Completed in 1300 milliseconds