Searched refs:GetAnnotDict (Results 1 – 13 of 13) sorted by relevance
37 CPDF_Dictionary* CPDFSDK_BAAnnot::GetAnnotDict() const { in GetAnnotDict() function in CPDFSDK_BAAnnot38 return m_pAnnot->GetAnnotDict(); in GetAnnotDict()42 CPDF_Dictionary* pAPDict = m_pAnnot->GetAnnotDict()->GetDictFor("AP"); in GetAPDict()44 pAPDict = m_pAnnot->GetAnnotDict()->SetNewFor<CPDF_Dictionary>("AP"); in GetAPDict()52 m_pAnnot->GetAnnotDict()->SetRectFor("Rect", rect); in SetRect()72 return !!m_pAnnot->GetAnnotDict()->GetDictFor("AP"); in IsAppearanceValid()76 CPDF_Dictionary* pAP = m_pAnnot->GetAnnotDict()->GetDictFor("AP"); in IsAppearanceValid()106 m_pAnnot->GetAnnotDict()->RemoveFor("Contents"); in SetContents()108 m_pAnnot->GetAnnotDict()->SetNewFor<CPDF_String>( in SetContents()114 return m_pAnnot->GetAnnotDict()->GetUnicodeTextFor("Contents"); in GetContents()[all …]
170 CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); } in GetAnnotDict() function in __anoneef912300111::CPDF_AnnotContext260 if (!pPage || !pPage->m_pFormDict || !pAnnot || !pAnnot->GetAnnotDict()) in FPDFPage_GetAnnotIndex()267 CPDF_Dictionary* pDict = pAnnot->GetAnnotDict(); in FPDFPage_GetAnnotIndex()304 CPDFAnnotContextFromFPDFAnnotation(annot)->GetAnnotDict(); in FPDFAnnot_GetSubtype()322 if (!pAnnot || !pAnnot->GetAnnotDict() || !pAnnot->HasForm() || !pObj) in FPDFAnnot_UpdateObject()331 CPDF_Stream* pStream = FPDFDOC_GetAnnotAP(pAnnot->GetAnnotDict(), in FPDFAnnot_UpdateObject()359 CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict(); in FPDFAnnot_AppendObject()369 CPDF_Stream* pStream = FPDFDOC_GetAnnotAP(pAnnot->GetAnnotDict(), in FPDFAnnot_AppendObject()409 if (!pAnnot || !pAnnot->GetAnnotDict()) in FPDFAnnot_GetObjectCount()414 pAnnot->GetAnnotDict(), CPDF_Annot::AppearanceMode::Normal); in FPDFAnnot_GetObjectCount()[all …]
54 const CPDF_Dictionary* pAnnotDict = pPDFAnnot->GetAnnotDict(); in CheckUnSupportAnnot()69 const CPDF_Dictionary* pAnnotDict = pPDFAnnot->GetAnnotDict(); in CheckUnSupportAnnot()
36 CPDF_Dictionary* GetAnnotDict() const;
69 pPDFAnnot->GetAnnotDict()->SetNewFor<CPDF_String>( in Annot_OnCreate()71 pPDFAnnot->GetAnnotDict()->SetNewFor<CPDF_Number>("F", 0); in Annot_OnCreate()
467 CPDF_Dictionary* pAP = m_pAnnot->GetAnnotDict()->GetDictFor("AP"); in IsWidgetAppearanceValid()526 pPDFInterForm->GetControlByDict(m_pAnnot->GetAnnotDict()); in GetFieldFlags()542 return pPDFInterForm->GetControlByDict(GetAnnotDict()); in GetFormControl()
59 pInterForm->GetInterForm(), pAnnot->GetAnnotDict()); in NewAnnot()
310 CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict(); in FPDFPage_TransformAnnots()
224 if (pAnnot->GetPDFAnnot()->GetAnnotDict() == pDict)
33 CPDF_Dictionary* pParentDict = pAnnot->GetAnnotDict(); in CreatePopupAnnot()186 CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict(); in DisplayPass()
80 CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); } in GetAnnotDict() function
52 CPDF_Annot::IsAnnotationHidden(pPDFAnnot->GetAnnotDict()))); in get_hidden()
32 m_pAnnotDict = pAnnot->GetPDFAnnot()->GetAnnotDict(); in CBA_FontMap()