Home
last modified time | relevance | path

Searched refs:pAnnotDict (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_ap.cpp13 FX_BOOL FPDF_GenerateAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict) { in FPDF_GenerateAP() argument
14 if (!pAnnotDict || pAnnotDict->GetConstString("Subtype") != "Widget") { in FPDF_GenerateAP()
17 CFX_ByteString field_type = FPDF_GetFieldAttr(pAnnotDict, "FT")->GetString(); in FPDF_GenerateAP()
18 FX_DWORD flags = FPDF_GetFieldAttr(pAnnotDict, "Ff") in FPDF_GenerateAP()
19 ? FPDF_GetFieldAttr(pAnnotDict, "Ff")->GetInteger() in FPDF_GenerateAP()
22 return CPVT_GenerateAP::GenerateTextFieldAP(pDoc, pAnnotDict); in FPDF_GenerateAP()
26 ? CPVT_GenerateAP::GenerateComboBoxAP(pDoc, pAnnotDict) in FPDF_GenerateAP()
27 : CPVT_GenerateAP::GenerateListBoxAP(pDoc, pAnnotDict); in FPDF_GenerateAP()
31 if (!pAnnotDict->KeyExist("AS")) { in FPDF_GenerateAP()
32 if (CPDF_Dictionary* pParentDict = pAnnotDict->GetDict("Parent")) { in FPDF_GenerateAP()
[all …]
Ddoc_annot.cpp73 CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict(); in DisplayPass() local
74 if (pOCContext && pAnnotDict && in DisplayPass()
75 !pOCContext->CheckOCGVisible(pAnnotDict->GetDict("OC"))) { in DisplayPass()
146 CPDF_Stream* FPDFDOC_GetAnnotAP(CPDF_Dictionary* pAnnotDict, in FPDFDOC_GetAnnotAP() argument
148 CPDF_Dictionary* pAP = pAnnotDict->GetDict("AP"); in FPDFDOC_GetAnnotAP()
167 CFX_ByteString as = pAnnotDict->GetString("AS"); in FPDFDOC_GetAnnotAP()
169 CFX_ByteString value = pAnnotDict->GetString("V"); in FPDFDOC_GetAnnotAP()
171 CPDF_Dictionary* pDict = pAnnotDict->GetDict("Parent"); in FPDFDOC_GetAnnotAP()
Ddoc_formcontrol.cpp148 CPDF_Stream* FPDFDOC_GetAnnotAP(CPDF_Dictionary* pAnnotDict,
/external/pdfium/fpdfsdk/src/
Dfpdf_ext.cpp69 const CPDF_Dictionary* pAnnotDict = pPDFAnnot->GetAnnotDict(); in CheckUnSupportAnnot() local
71 if (pAnnotDict->KeyExist("IT")) in CheckUnSupportAnnot()
72 cbString = pAnnotDict->GetString("IT"); in CheckUnSupportAnnot()
84 const CPDF_Dictionary* pAnnotDict = pPDFAnnot->GetAnnotDict(); in CheckUnSupportAnnot() local
86 if (pAnnotDict->KeyExist("FT")) { in CheckUnSupportAnnot()
87 cbString = pAnnotDict->GetString("FT"); in CheckUnSupportAnnot()
Dfpdfdoc.cpp289 CPDF_Dictionary* pAnnotDict = in FPDFLink_GetAnnotRect() local
291 CPDF_Rect rt = pAnnotDict->GetRect("Rect"); in FPDFLink_GetAnnotRect()
302 CPDF_Dictionary* pAnnotDict = in FPDFLink_CountQuadPoints() local
304 CPDF_Array* pArray = pAnnotDict->GetArray("QuadPoints"); in FPDFLink_CountQuadPoints()
315 CPDF_Dictionary* pAnnotDict = in FPDFLink_GetQuadPoints() local
317 CPDF_Array* pArray = pAnnotDict->GetArray("QuadPoints"); in FPDFLink_GetQuadPoints()
Dfsdk_baseform.cpp540 const CPDF_Dictionary* pAnnotDict) { in GetFormControl() argument
541 ASSERT(pAnnotDict); in GetFormControl()
542 return pInterForm->GetControlByDict(pAnnotDict); in GetFormControl()
2124 CPDF_Dictionary* pAnnotDict) const {
2125 ASSERT(pAnnotDict);
2132 if (pAnnotDict == pDict) {
/external/pdfium/core/include/fpdfdoc/
Dfpdf_ap.h79 CPDF_Dictionary* pAnnotDict);
82 CPDF_Dictionary* pAnnotDict);
85 CPDF_Dictionary* pAnnotDict);
Dfpdf_doc.h1044 FX_BOOL FPDF_GenerateAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict);
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h170 const CPDF_Dictionary* pAnnotDict);
340 CPDF_Dictionary* pAnnotDict) const;