Home
last modified time | relevance | path

Searched defs:GetMutableAnnotDict (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_annotcontext.h30 RetainPtr<CPDF_Dictionary> GetMutableAnnotDict() { return m_pAnnotDict; } in GetMutableAnnotDict() function
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_annot.h84 RetainPtr<CPDF_Dictionary> GetMutableAnnotDict() { return m_pAnnotDict; } in GetMutableAnnotDict() function
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dcpdfsdk_baannot.cpp52 RetainPtr<CPDF_Dictionary> CPDFSDK_BAAnnot::GetMutableAnnotDict() { in GetMutableAnnotDict() function in CPDFSDK_BAAnnot