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 || 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")? FPDF_GetFieldAttr(pAnnotDict, "Ff")->GetInte… 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.cpp83 CPDF_Dictionary* pAnnotDict = pAnnot->m_pAnnotDict; in DisplayPass() local
84 if (pOCContext != NULL && pAnnotDict != NULL && in DisplayPass()
85 !pOCContext->CheckOCGVisible(pAnnotDict->GetDict(FX_BSTRC("OC")))) { in DisplayPass()
177 CPDF_Stream* FPDFDOC_GetAnnotAP(CPDF_Dictionary* pAnnotDict, CPDF_Annot::AppearanceMode mode) in FPDFDOC_GetAnnotAP() argument
179 CPDF_Dictionary* pAP = pAnnotDict->GetDict("AP"); in FPDFDOC_GetAnnotAP()
200 CFX_ByteString as = pAnnotDict->GetString("AS"); in FPDFDOC_GetAnnotAP()
202 CFX_ByteString value = pAnnotDict->GetString(FX_BSTRC("V")); in FPDFDOC_GetAnnotAP()
204 CPDF_Dictionary* pDict = pAnnotDict->GetDict(FX_BSTRC("Parent")); in FPDFDOC_GetAnnotAP()
Ddoc_form.cpp1629 CPDF_Object* pAnnotDict = pAnnots->GetElementValue(i); in GetPageWithWidget() local
1630 if (pAnnotDict == NULL) { in GetPageWithWidget()
1634 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.cpp235 CPDF_Dictionary* pAnnotDict = (CPDF_Dictionary*)linkAnnot; in FPDFLink_GetAnnotRect() local
236 CPDF_Rect rt = pAnnotDict->GetRect(FX_BSTRC("Rect")); in FPDFLink_GetAnnotRect()
248 CPDF_Dictionary* pAnnotDict = (CPDF_Dictionary*)linkAnnot; in FPDFLink_CountQuadPoints() local
249 CPDF_Array* pArray = pAnnotDict->GetArray(FX_BSTRC("QuadPoints")); in FPDFLink_CountQuadPoints()
260 CPDF_Dictionary* pAnnotDict = (CPDF_Dictionary*)linkAnnot; in FPDFLink_GetQuadPoints() local
261 CPDF_Array* pArray = pAnnotDict->GetArray(FX_BSTRC("QuadPoints")); in FPDFLink_GetQuadPoints()
Dfsdk_baseform.cpp146 …ormControl* CPDFSDK_Widget::GetFormControl(CPDF_InterForm* pInterForm, CPDF_Dictionary* pAnnotDict) in GetFormControl() argument
149 ASSERT(pAnnotDict != NULL); in GetFormControl()
151 CPDF_FormControl* pControl = pInterForm->GetControlByDict(pAnnotDict); in GetFormControl()
1810 …SDK_InterForm::GetPageIndexByAnnotDict(CPDF_Document* pDocument, CPDF_Dictionary* pAnnotDict) const in GetPageIndexByAnnotDict()
1813 ASSERT(pAnnotDict != NULL); in GetPageIndexByAnnotDict()
1824 if (pAnnotDict == pDict) in GetPageIndexByAnnotDict()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_ap.h80 static FX_BOOL GenerateTextFieldAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict);
82 static FX_BOOL GenerateComboBoxAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict);
84 static FX_BOOL GenerateListBoxAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict);
Dfpdf_doc.h632 …void GetAnnotMatrix(const CPDF_Dictionary* pAnnotDict, const CFX_Matrix* pUser2Device, CFX_Matrix …
634 …void GetAnnotRect(const CPDF_Dictionary* pAnnotDict, const CFX_Matrix* pUser2Device, CPDF_Rect &rt…
1559 FX_BOOL FPDF_GenerateAP(CPDF_Document* pDoc, CPDF_Dictionary* pAnnotDict);
/external/pdfium/fpdfsdk/include/formfiller/
DFFL_CBA_Fontmap.h19 …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.h123 static CPDF_FormControl* GetFormControl(CPDF_InterForm* pInterForm, CPDF_Dictionary* pAnnotDict);
235 int GetPageIndexByAnnotDict(CPDF_Document* pDocument, CPDF_Dictionary* pAnnotDict) const;