Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_ap.cpp11 FX_BOOL FPDF_GenerateAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict) in FPDF_GenerateAP() argument
13 if (pAnnotDict->GetConstString("Subtype") != FX_BSTRC("Widget")) { in FPDF_GenerateAP()
16 CFX_ByteString field_type = FPDF_GetFieldAttr(pAnnotDict, "FT")->GetString(); in FPDF_GenerateAP()
17 FX_DWORD flags = FPDF_GetFieldAttr(pAnnotDict, "Ff")->GetInteger(); in FPDF_GenerateAP()
19 return CPVT_GenerateAP::GenerateTextFieldAP(pDoc, pAnnotDict); in FPDF_GenerateAP()
22 return CPVT_GenerateAP::GenerateComboBoxAP(pDoc, pAnnotDict); in FPDF_GenerateAP()
24 return CPVT_GenerateAP::GenerateListBoxAP(pDoc, pAnnotDict); in FPDF_GenerateAP()
28 if (!pAnnotDict->KeyExist("AS")) { in FPDF_GenerateAP()
29 if (CPDF_Dictionary* pParentDict = pAnnotDict->GetDict("Parent")) { in FPDF_GenerateAP()
31 pAnnotDict->SetAtString("AS", pParentDict->GetString("AS")); in FPDF_GenerateAP()
[all …]
Ddoc_annot.cpp84 CPDF_Dictionary* pAnnotDict = pAnnot->m_pAnnotDict; in DisplayPass() local
85 if (pOCContext != NULL && pAnnotDict != NULL && in DisplayPass()
86 !pOCContext->CheckOCGVisible(pAnnotDict->GetDict(FX_BSTRC("OC")))) { in DisplayPass()
178 CPDF_Stream* FPDFDOC_GetAnnotAP(CPDF_Dictionary* pAnnotDict, CPDF_Annot::AppearanceMode mode) in FPDFDOC_GetAnnotAP() argument
180 CPDF_Dictionary* pAP = pAnnotDict->GetDict("AP"); in FPDFDOC_GetAnnotAP()
201 CFX_ByteString as = pAnnotDict->GetString("AS"); in FPDFDOC_GetAnnotAP()
203 CFX_ByteString value = pAnnotDict->GetString(FX_BSTRC("V")); in FPDFDOC_GetAnnotAP()
205 value = pAnnotDict->GetDict(FX_BSTRC("Parent"))->GetString(FX_BSTRC("V")); in FPDFDOC_GetAnnotAP()
Ddoc_form.cpp1653 CPDF_Object* pAnnotDict = pAnnots->GetElementValue(i); in GetPageWithWidget() local
1654 if (pAnnotDict == NULL) { in GetPageWithWidget()
1658 if (m_ControlMap.Lookup(pAnnotDict, (void*&)pControl)) { in GetPageWithWidget()
Ddoc_formcontrol.cpp149 CPDF_Stream* FPDFDOC_GetAnnotAP(CPDF_Dictionary* pAnnotDict, CPDF_Annot::AppearanceMode mode);
/external/pdfium/fpdfsdk/src/
Dfpdf_ext.cpp67 CPDF_Dictionary* pAnnotDict = pPDFAnnot->m_pAnnotDict; in CheckUnSupportAnnot() local
69 if(pAnnotDict->KeyExist("IT")) in CheckUnSupportAnnot()
70 cbString = pAnnotDict->GetString("IT"); in CheckUnSupportAnnot()
92 CPDF_Dictionary* pAnnotDict = pPDFAnnot->m_pAnnotDict; in CheckUnSupportAnnot() local
94 if(pAnnotDict->KeyExist("FT")) in CheckUnSupportAnnot()
96 cbString = pAnnotDict->GetString("FT"); in CheckUnSupportAnnot()
Dfpdfdoc.cpp193 CPDF_Dictionary* pAnnotDict = (CPDF_Dictionary*)linkAnnot; in FPDFLink_GetAnnotRect() local
194 CPDF_Rect rt = pAnnotDict->GetRect(FX_BSTRC("Rect")); in FPDFLink_GetAnnotRect()
206 CPDF_Dictionary* pAnnotDict = (CPDF_Dictionary*)linkAnnot; in FPDFLink_CountQuadPoints() local
207 CPDF_Array* pArray = pAnnotDict->GetArray(FX_BSTRC("QuadPoints")); in FPDFLink_CountQuadPoints()
218 CPDF_Dictionary* pAnnotDict = (CPDF_Dictionary*)linkAnnot; in FPDFLink_GetQuadPoints() local
219 CPDF_Array* pArray = pAnnotDict->GetArray(FX_BSTRC("QuadPoints")); in FPDFLink_GetQuadPoints()
Dfsdk_baseform.cpp145 …ormControl* CPDFSDK_Widget::GetFormControl(CPDF_InterForm* pInterForm, CPDF_Dictionary* pAnnotDict) in GetFormControl() argument
148 ASSERT(pAnnotDict != NULL); in GetFormControl()
150 CPDF_FormControl* pControl = pInterForm->GetControlByDict(pAnnotDict); in GetFormControl()
1819 …SDK_InterForm::GetPageIndexByAnnotDict(CPDF_Document* pDocument, CPDF_Dictionary* pAnnotDict) const in GetPageIndexByAnnotDict()
1822 ASSERT(pAnnotDict != NULL); in GetPageIndexByAnnotDict()
1833 if (pAnnotDict == pDict) in GetPageIndexByAnnotDict()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_ap.h78 static FX_BOOL GenerateTextFieldAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict);
80 static FX_BOOL GenerateComboBoxAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict);
82 static FX_BOOL GenerateListBoxAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict);
Dfpdf_doc.h677 …void GetAnnotMatrix(const CPDF_Dictionary* pAnnotDict, const CFX_Matrix* pUser2Device, CFX_Matrix …
679 …void GetAnnotRect(const CPDF_Dictionary* pAnnotDict, const CFX_Matrix* pUser2Device, CPDF_Rect &rt…
1604 FX_BOOL FPDF_GenerateAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict);
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_CBA_Fontmap.h20 …CBA_FontMap(CPDF_Document* pDocument, CPDF_Dictionary* pAnnotDict, IFX_SystemHandler* pSystemHandl…
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp25 CBA_FontMap::CBA_FontMap(CPDF_Document* pDocument, CPDF_Dictionary* pAnnotDict, in CBA_FontMap() argument
29 m_pAnnotDict(pAnnotDict), in CBA_FontMap()
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h115 static CPDF_FormControl* GetFormControl(CPDF_InterForm* pInterForm, CPDF_Dictionary* pAnnotDict);
233 int GetPageIndexByAnnotDict(CPDF_Document* pDocument, CPDF_Dictionary* pAnnotDict) const;