Searched refs:pAnnotList (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_link.cpp68 CPDF_Array* pAnnotList = pPage->m_pFormDict->GetArray("Annots"); local
69 if (pAnnotList == NULL) {
72 for (FX_DWORD i = 0; i < pAnnotList->GetCount(); i ++) {
73 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i);
H A Ddoc_form.cpp852 CPDF_Array* pAnnotList = pPage->m_pFormDict->GetArray("Annots"); local
853 if (pAnnotList == NULL) {
857 for (FX_DWORD i = 0; i < pAnnotList->GetCount(); i ++) {
858 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i);
872 CPDF_Array* pAnnotList = pPage->m_pFormDict->GetArray("Annots"); local
873 if (pAnnotList == NULL) {
877 for (FX_DWORD i = 0; i < pAnnotList->GetCount(); i ++) {
878 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i);
895 CPDF_Array* pAnnotList = pPage->m_pFormDict->GetArray("Annots"); local
896 if (pAnnotList
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfsdk_annothandler.cpp903 FX_BOOL CPDFSDK_AnnotIterator::InitIteratorAnnotList(CPDFSDK_PageView* pPageView,CFX_PtrArray * pAnnotList) argument
909 if(pAnnotList==NULL){
910 pAnnotList=pPageView->GetAnnotList();
914 if(!pAnnotList) return FALSE;
919 int nCount =pAnnotList->GetSize();
923 CPDFSDK_Annot * pReaderAnnot= (CPDFSDK_Annot*)pAnnotList->GetAt(i);

Completed in 2142 milliseconds