Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp43 CPDF_Dictionary* CPDFSDK_BAAnnot::GetAnnotDict() const { in GetAnnotDict() function in CPDFSDK_BAAnnot
44 return m_pAnnot->GetAnnotDict(); in GetAnnotDict()
49 GetAnnotDict()->GetDictFor(pdfium::annotation::kAP); in GetAPDict()
52 return GetAnnotDict()->SetNewFor<CPDF_Dictionary>(pdfium::annotation::kAP); in GetAPDict()
58 GetAnnotDict()->SetRectFor(pdfium::annotation::kRect, rect); in SetRect()
78 return !!GetAnnotDict()->GetDictFor(pdfium::annotation::kAP); in IsAppearanceValid()
82 CPDF_Dictionary* pDict = GetAnnotDict(); in SetAnnotName()
90 return GetAnnotDict()->GetUnicodeTextFor(pdfium::annotation::kNM); in GetAnnotName()
94 GetAnnotDict()->SetNewFor<CPDF_Number>(pdfium::annotation::kF, in SetFlags()
99 return GetAnnotDict()->GetIntegerFor(pdfium::annotation::kF); in GetFlags()
[all …]
Dfpdf_annot.cpp218 return context ? context->GetAnnotDict() : nullptr; in GetAnnotDictFromFPDFAnnotation()
410 GetAnnotAP(pAnnot->GetAnnotDict(), CPDF_Annot::AppearanceMode::Normal); in FPDFAnnot_UpdateObject()
441 CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict(); in FPDFAnnot_AppendObject()
485 GetAnnotAP(pAnnot->GetAnnotDict(), CPDF_Annot::AppearanceMode::Normal); in FPDFAnnot_GetObjectCount()
502 GetAnnotAP(pAnnot->GetAnnotDict(), CPDF_Annot::AppearanceMode::Normal); in FPDFAnnot_GetObject()
526 GetAnnotAP(pAnnot->GetAnnotDict(), CPDF_Annot::AppearanceMode::Normal); in FPDFAnnot_RemoveObject()
652 CPDFAnnotContextFromFPDFAnnotation(annot)->GetAnnotDict(); in FPDFAnnot_SetAttachmentPoints()
669 CPDFAnnotContextFromFPDFAnnotation(annot)->GetAnnotDict(); in FPDFAnnot_AppendAttachmentPoints()
684 CPDFAnnotContextFromFPDFAnnotation(annot)->GetAnnotDict(); in FPDFAnnot_CountAttachmentPoints()
697 CPDFAnnotContextFromFPDFAnnotation(annot)->GetAnnotDict(); in FPDFAnnot_GetAttachmentPoints()
[all …]
Dfpdf_annot_unittest.cpp67 CPDF_Dictionary* annot_dict = context->GetAnnotDict(); in TEST_F()
116 CPDF_Dictionary* annot_dict = context->GetAnnotDict(); in TEST_F()
Dcpdfsdk_baannot.h43 CPDF_Dictionary* GetAnnotDict() const;
Dcpdfsdk_helpers.cpp385 const CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict(); in CheckForUnsupportedAnnot()
398 const CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict(); in CheckForUnsupportedAnnot()
Dcpdfsdk_widgethandler.cpp58 CPDF_FormControl* pCtrl = pPDFForm->GetControlByDict(pAnnot->GetAnnotDict()); in NewAnnot()
Dcpdfsdk_widget.cpp309 GetAnnotDict()->GetDictFor(pdfium::annotation::kAP); in IsWidgetAppearanceValid()
381 return pPDFInteractiveForm->GetControlByDict(GetAnnotDict()); in GetFormControl()
Dcpdfsdk_appstream.cpp1237 widget_->GetPDFAnnot()->GetAnnotDict()); in SetAsPushButton()
1594 widget_->GetPDFAnnot()->GetAnnotDict()); in SetAsComboBox()
1660 widget_->GetPDFAnnot()->GetAnnotDict()); in SetAsListBox()
1744 widget_->GetPDFAnnot()->GetAnnotDict()); in SetAsTextField()
Dcpdfsdk_pageview.cpp179 if (pAnnot->GetPDFAnnot()->GetAnnotDict() == pDict) in GetAnnotByDict()
Dfpdf_editpage.cpp651 CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict(); in FPDFPage_TransformAnnots()
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.h81 const CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); } in GetAnnotDict() function
82 CPDF_Dictionary* GetAnnotDict() { return m_pAnnotDict.Get(); } in GetAnnotDict() function
Dcpdf_annotlist.cpp78 const CPDF_Dictionary* pParentDict = pAnnot->GetAnnotDict(); in CreatePopupAnnot()
248 const CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict(); in DisplayPass()
/external/pdfium/core/fpdfapi/page/
Dcpdf_annotcontext.h30 CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); } in GetAnnotDict() function
/external/pdfium/fpdfsdk/formfiller/
Dcffl_textobject.cpp41 m_pWidget->GetPDFAnnot()->GetAnnotDict()); in MaybeCreateFontMap()