HomeSort by relevance Sort by last modified time
    Searched refs:pAP (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_formcontrol.cpp 41 CPDF_Dictionary* pAP = m_pWidgetDict->GetDictFor("AP");
42 if (!pAP)
45 CPDF_Dictionary* pN = pAP->GetDictFor("N");
69 CPDF_Dictionary* pAP = m_pWidgetDict->GetDictFor("AP");
70 if (!pAP)
73 for (const auto& it : *pAP) {
cpdf_annot.cpp 39 CPDF_Dictionary* pAP = pAnnotDict->GetDictFor("AP");
40 if (pAP && pAP->GetDictFor("N"))
66 CPDF_Dictionary* pAP = pAnnotDict->GetDictFor("AP");
67 if (!pAP)
75 if (bFallbackToNormal && !pAP->KeyExist(ap_entry))
78 CPDF_Object* psub = pAP->GetDirectObjectFor(ap_entry);
  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.cpp 76 CPDF_Dictionary* pAP = m_pAnnot->GetAnnotDict()->GetDictFor("AP");
77 if (!pAP)
86 if (!pAP->KeyExist(ap_entry))
90 CPDF_Object* psub = pAP->GetDirectObjectFor(ap_entry);
cpdfsdk_widget.cpp 467 CPDF_Dictionary* pAP = m_pAnnot->GetAnnotDict()->GetDictFor("AP");
468 if (!pAP)
477 if (!pAP->KeyExist(ap_entry))
481 CPDF_Object* psub = pAP->GetDirectObjectFor(ap_entry);
  /external/epid-sdk/ext/ipp/sources/ippcp/
pcpgfpecstuff.h 113 typedef void (*selectAP) (BNU_CHUNK_T* pAP, const BNU_CHUNK_T* pAPtbl, int index);

Completed in 154 milliseconds