Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp61 CPDF_Dictionary* pAP = pAnnotDict->GetDictFor(pdfium::annotation::kAP); in GetAnnotAPInternal() local
62 if (!pAP) in GetAnnotAPInternal()
70 if (bFallbackToNormal && !pAP->KeyExist(ap_entry)) in GetAnnotAPInternal()
73 CPDF_Object* psub = pAP->GetDirectObjectFor(ap_entry); in GetAnnotAPInternal()
136 const CPDF_Dictionary* pAP = in ShouldGenerateAP() local
138 if (pAP && pAP->GetDictFor("N")) in ShouldGenerateAP()
Dcpdf_formcontrol.cpp46 CPDF_Dictionary* pAP = m_pWidgetDict->GetDictFor("AP"); in GetOnStateName() local
47 if (!pAP) in GetOnStateName()
50 CPDF_Dictionary* pN = pAP->GetDictFor("N"); in GetOnStateName()
/external/pdfium/fpdfsdk/
Dcpdfsdk_widget.cpp308 const CPDF_Dictionary* pAP = in IsWidgetAppearanceValid() local
310 if (!pAP) in IsWidgetAppearanceValid()
319 if (!pAP->KeyExist(ap_entry)) in IsWidgetAppearanceValid()
323 const CPDF_Object* pSub = pAP->GetDirectObjectFor(ap_entry); in IsWidgetAppearanceValid()