Home | History | Annotate | Download | only in fpdfdoc

Lines Matching defs:pAnnot

822     CPDF_Dictionary* pAnnot = pAnnotList->GetDictAt(annot_index);
823 if (!pAnnot)
826 const auto it = m_ControlMap.find(pAnnot);
982 CPDF_Dictionary* pAnnot = pAnnots->GetDictAt(i);
983 if (pAnnot && pAnnot->GetStringFor("Subtype") == "Widget")
984 LoadField(pAnnot, 0);