Home
last modified time | relevance | path

Searched refs:GetAnnotDict (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfsdk_baseannot.cpp536 CPDF_Dictionary* CPDFSDK_BAAnnot::GetAnnotDict() const { in GetAnnotDict() function in CPDFSDK_BAAnnot
537 return m_pAnnot->GetAnnotDict(); in GetAnnotDict()
544 m_pAnnot->GetAnnotDict()->SetAtRect("Rect", rect); in SetRect()
570 return m_pAnnot->GetAnnotDict()->GetDict("AP") != NULL; in IsAppearanceValid()
574 CPDF_Dictionary* pAP = m_pAnnot->GetAnnotDict()->GetDict("AP"); in IsAppearanceValid()
604 m_pAnnot->GetAnnotDict()->RemoveAt("Contents"); in SetContents()
606 m_pAnnot->GetAnnotDict()->SetAtString("Contents", in SetContents()
611 return m_pAnnot->GetAnnotDict()->GetUnicodeText("Contents"); in GetContents()
616 m_pAnnot->GetAnnotDict()->RemoveAt("NM"); in SetAnnotName()
618 m_pAnnot->GetAnnotDict()->SetAtString("NM", PDF_EncodeText(sName)); in SetAnnotName()
[all …]
Dfpdf_ext.cpp69 const CPDF_Dictionary* pAnnotDict = pPDFAnnot->GetAnnotDict(); in CheckUnSupportAnnot()
84 const CPDF_Dictionary* pAnnotDict = pPDFAnnot->GetAnnotDict(); in CheckUnSupportAnnot()
Dfpdfeditpage.cpp286 pRectArray = pAnnot->GetAnnotDict()->GetArray("Rect"); in FPDFPage_TransformAnnots()
293 pAnnot->GetAnnotDict()->SetAt("Rect", pRectArray); in FPDFPage_TransformAnnots()
Dfsdk_annothandler.cpp102 pPDFAnnot->GetAnnotDict()->SetAtString("M", curTime.ToPDFDateTimeString()); in Annot_OnCreate()
103 pPDFAnnot->GetAnnotDict()->SetAtNumber("F", 0); in Annot_OnCreate()
424 pInterForm->GetInterForm(), pAnnot->GetAnnotDict()); in NewAnnot()
Dfsdk_baseform.cpp462 CPDF_Dictionary* pAP = m_pAnnot->GetAnnotDict()->GetDict("AP"); in IsWidgetAppearanceValid()
516 pPDFInterForm->GetControlByDict(m_pAnnot->GetAnnotDict()); in GetFieldFlags()
535 return pPDFInterForm->GetControlByDict(GetAnnotDict()); in GetFormControl()
1849 CPDF_Dictionary* pAPDict = m_pAnnot->GetAnnotDict()->GetDict("AP");
1874 if (CPDF_Dictionary* pAPDict = m_pAnnot->GetAnnotDict()->GetDict("AP")) {
Dfsdk_mgr.cpp782 CPDF_Dictionary* pAnnotDic = pAnnot->GetAnnotDict();
881 if (pAnnot->GetPDFAnnot()->GetAnnotDict() == pDict)
/external/pdfium/fpdfsdk/include/
Dfsdk_baseannot.h140 CPDF_Dictionary* GetAnnotDict() const;
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp22 m_pAnnotDict = pAnnot->GetPDFAnnot()->GetAnnotDict(); in CBA_FontMap()
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp73 CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict(); in DisplayPass()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h396 const CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict; } in GetAnnotDict() function
397 CPDF_Dictionary* GetAnnotDict() { return m_pAnnotDict; } in GetAnnotDict() function