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 68 CPDF_Array* pAnnotList = pPage->m_pFormDict->GetArray("Annots");
69 if (pAnnotList == NULL) {
72 for (FX_DWORD i = 0; i < pAnnotList->GetCount(); i ++) {
73 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i);
doc_form.cpp 852 CPDF_Array* pAnnotList = pPage->m_pFormDict->GetArray("Annots");
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");
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");
896 if (pAnnotList == NULL) {
    [all...]
  /external/pdfium/fpdfsdk/src/
fsdk_annothandler.cpp 903 FX_BOOL CPDFSDK_AnnotIterator::InitIteratorAnnotList(CPDFSDK_PageView* pPageView,CFX_PtrArray * pAnnotList)
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 298 milliseconds