HomeSort by relevance Sort by last modified time
    Searched refs:pAnnotList (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/src/fpdfdoc/
doc_link.cpp 67 CPDF_Array* pAnnotList = pPage->m_pFormDict->GetArray("Annots");
68 if (pAnnotList == NULL) {
71 for (FX_DWORD i = 0; i < pAnnotList->GetCount(); i ++) {
72 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i);
doc_form.cpp 831 CPDF_Array* pAnnotList = pPage->m_pFormDict->GetArray("Annots");
832 if (pAnnotList == NULL) {
836 for (FX_DWORD i = 0; i < pAnnotList->GetCount(); i ++) {
837 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i);
851 CPDF_Array* pAnnotList = pPage->m_pFormDict->GetArray("Annots");
852 if (pAnnotList == NULL) {
856 for (FX_DWORD i = 0; i < pAnnotList->GetCount(); i ++) {
857 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i);
874 CPDF_Array* pAnnotList = pPage->m_pFormDict->GetArray("Annots");
875 if (pAnnotList == NULL)
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_annothandler.cpp 898 FX_BOOL CPDFSDK_AnnotIterator::InitIteratorAnnotList(CPDFSDK_PageView* pPageView,CFX_PtrArray * pAnnotList)
904 if(pAnnotList==NULL){
905 pAnnotList=pPageView->GetAnnotList();
909 if(!pAnnotList) return FALSE;
914 int nCount =pAnnotList->GetSize();
918 CPDFSDK_Annot * pReaderAnnot= (CPDFSDK_Annot*)pAnnotList->GetAt(i);

Completed in 347 milliseconds