Searched refs:pAnnotList (Results 1 – 2 of 2) sorted by relevance
59 CPDF_Array* pAnnotList = pPage->m_pFormDict->GetArray("Annots"); in LoadPageLinks() local60 if (!pAnnotList) in LoadPageLinks()63 for (FX_DWORD i = 0; i < pAnnotList->GetCount(); ++i) { in LoadPageLinks()64 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(i); in LoadPageLinks()
691 CPDF_Array* pAnnotList = pPage->m_pFormDict->GetArray("Annots"); in GetControlAtPoint() local692 if (!pAnnotList) in GetControlAtPoint()695 for (FX_DWORD i = pAnnotList->GetCount(); i > 0; --i) { in GetControlAtPoint()697 CPDF_Dictionary* pAnnot = pAnnotList->GetDict(annot_index); in GetControlAtPoint()