Home
last modified time | relevance | path

Searched refs:pAP (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp78 RetainPtr<CPDF_Dictionary> pAP = in GetAnnotAPInternal() local
80 if (!pAP) in GetAnnotAPInternal()
88 if (bFallbackToNormal && !pAP->KeyExist(ap_entry)) in GetAnnotAPInternal()
91 RetainPtr<CPDF_Object> psub = pAP->GetMutableDirectObjectFor(ap_entry); in GetAnnotAPInternal()
149 RetainPtr<const CPDF_Dictionary> pAP = in ShouldGenerateAP() local
151 if (pAP && pAP->GetDictFor("N")) in ShouldGenerateAP()
Dcpdf_formcontrol.cpp58 RetainPtr<const CPDF_Dictionary> pAP = m_pWidgetDict->GetDictFor("AP"); in GetOnStateName() local
59 if (!pAP) in GetOnStateName()
62 RetainPtr<const CPDF_Dictionary> pN = pAP->GetDictFor("N"); in GetOnStateName()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp346 RetainPtr<const CPDF_Dictionary> pAP = in IsWidgetAppearanceValid() local
348 if (!pAP) in IsWidgetAppearanceValid()
357 if (!pAP->KeyExist(ap_entry)) in IsWidgetAppearanceValid()
361 RetainPtr<const CPDF_Object> pSub = pAP->GetDirectObjectFor(ap_entry); in IsWidgetAppearanceValid()