Home
last modified time | relevance | path

Searched refs:m_pAnnotList (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp649 m_pAnnotList.reset(); in ~CPDFSDK_PageView()
716 for (const CPDF_Annot* pAnnot : m_pAnnotList->All()) {
727 for (const CPDF_Annot* pAnnot : m_pAnnotList->All()) {
1049 m_pAnnotList.reset(new CPDF_AnnotList(m_page));
1051 const size_t nCount = m_pAnnotList->Count();
1088 m_pAnnotList.reset(new CPDF_AnnotList(pPage));
1091 const size_t nCount = m_pAnnotList->Count();
1093 CPDF_Annot* pPDFAnnot = m_pAnnotList->GetAt(i);
1106 CPDF_Annot* pPDFAnnot = m_pAnnotList->GetAt(i);
1155 const auto& annots = m_pAnnotList->All();
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h652 std::unique_ptr<CPDF_AnnotList> m_pAnnotList; variable