Searched refs:GetAnnotDict (Results 1 – 14 of 14) sorted by relevance
43 CPDF_Dictionary* CPDFSDK_BAAnnot::GetAnnotDict() const { in GetAnnotDict() function in CPDFSDK_BAAnnot44 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 …]
218 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 …]
67 CPDF_Dictionary* annot_dict = context->GetAnnotDict(); in TEST_F()116 CPDF_Dictionary* annot_dict = context->GetAnnotDict(); in TEST_F()
43 CPDF_Dictionary* GetAnnotDict() const;
385 const CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict(); in CheckForUnsupportedAnnot()398 const CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict(); in CheckForUnsupportedAnnot()
58 CPDF_FormControl* pCtrl = pPDFForm->GetControlByDict(pAnnot->GetAnnotDict()); in NewAnnot()
309 GetAnnotDict()->GetDictFor(pdfium::annotation::kAP); in IsWidgetAppearanceValid()381 return pPDFInteractiveForm->GetControlByDict(GetAnnotDict()); in GetFormControl()
1237 widget_->GetPDFAnnot()->GetAnnotDict()); in SetAsPushButton()1594 widget_->GetPDFAnnot()->GetAnnotDict()); in SetAsComboBox()1660 widget_->GetPDFAnnot()->GetAnnotDict()); in SetAsListBox()1744 widget_->GetPDFAnnot()->GetAnnotDict()); in SetAsTextField()
179 if (pAnnot->GetPDFAnnot()->GetAnnotDict() == pDict) in GetAnnotByDict()
651 CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict(); in FPDFPage_TransformAnnots()
81 const CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); } in GetAnnotDict() function82 CPDF_Dictionary* GetAnnotDict() { return m_pAnnotDict.Get(); } in GetAnnotDict() function
78 const CPDF_Dictionary* pParentDict = pAnnot->GetAnnotDict(); in CreatePopupAnnot()248 const CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict(); in DisplayPass()
30 CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); } in GetAnnotDict() function
41 m_pWidget->GetPDFAnnot()->GetAnnotDict()); in MaybeCreateFontMap()