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

/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp621 m_fxAnnotArray.RemoveAll();
635 int nAnnotCount = m_fxAnnotArray.GetSize();
639 CPDFSDK_Annot* pAnnot = (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(i);
647 m_fxAnnotArray.RemoveAll();
775 m_fxAnnotArray.Add(pSDKAnnot);
819 int nCount = m_fxAnnotArray.GetSize();
825 return (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(nIndex);
830 int nCount = m_fxAnnotArray.GetSize();
833 CPDFSDK_Annot* pAnnot = (CPDFSDK_Annot*)m_fxAnnotArray.GetAt(i);
1007 m_fxAnnotArray
[all...]
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h454 CFX_PtrArray* GetAnnotList(){ return &m_fxAnnotArray; }
470 CFX_PtrArray m_fxAnnotArray; member in class:FX_FINAL

Completed in 415 milliseconds