Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_annotcontext.h31 const CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); } in GetAnnotDict() function
/external/pdfium/core/fpdfdoc/
Dcpdf_annot.h83 const CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); } in GetAnnotDict() function
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannot.cpp48 const CPDF_Dictionary* CPDFSDK_BAAnnot::GetAnnotDict() const { in GetAnnotDict() function in CPDFSDK_BAAnnot