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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formcontrol.cpp22 CPDF_Dictionary* pAP = m_pWidgetDict->GetDict("AP"); local
23 if (pAP == NULL) {
26 CPDF_Dictionary* pN = pAP->GetDict("N");
53 CPDF_Dictionary* pAP = m_pWidgetDict->GetDict("AP"); local
54 if (pAP == NULL) {
57 FX_POSITION pos1 = pAP->GetStartPos();
60 CPDF_Object* pObj1 = pAP->GetNextElement(pos1, csKey1);
H A Ddoc_annot.cpp180 CPDF_Dictionary* pAP = pAnnotDict->GetDict("AP"); local
181 if (pAP == NULL) {
190 if (!pAP->KeyExist(ap_entry)) {
193 CPDF_Object* psub = pAP->GetElementValue(ap_entry);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp44 CPDF_Dictionary* pAP = m_pAnnot->m_pAnnotDict->GetDict("AP"); local
45 if (pAP == NULL) return FALSE;
53 if (!pAP->KeyExist(ap_entry))
57 CPDF_Object* psub = pAP->GetElementValue(ap_entry);

Completed in 112 milliseconds