Home
last modified time | relevance | path

Searched refs:m_pAnnotDict (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_annot.cpp99 : m_pAnnotDict(std::move(pDict)), m_pDocument(pDocument) { in CPDF_Annot()
104 : m_pAnnotDict(pDict), m_pDocument(pDocument) { in CPDF_Annot()
114 m_pAnnotDict->GetStringFor(pdfium::annotation::kSubtype)); in Init()
117 m_pAnnotDict->GetBooleanFor(kPDFiumKey_HasGeneratedAP, false); in Init()
124 if (!CPVT_GenerateAP::GenerateAnnotAP(m_pDocument.Get(), m_pAnnotDict.Get(), in GenerateAPIfNeeded()
129 m_pAnnotDict->SetNewFor<CPDF_Boolean>(kPDFiumKey_HasGeneratedAP, true); in GenerateAPIfNeeded()
137 m_pAnnotDict->GetDictFor(pdfium::annotation::kAP); in ShouldGenerateAP()
162 return BoundingRectFromQuadPoints(m_pAnnotDict.Get()); in RectForDrawing()
163 return m_pAnnotDict->GetRectFor(pdfium::annotation::kRect); in RectForDrawing()
173 return m_pAnnotDict->GetIntegerFor(pdfium::annotation::kF); in GetFlags()
[all …]
Dcba_fontmap.cpp76 : m_pDocument(pDocument), m_pAnnotDict(pAnnotDict) { in CBA_FontMap()
199 if (m_pAnnotDict->GetStringFor(pdfium::annotation::kSubtype) != "Widget") in FindFontSameCharset()
259 (m_pAnnotDict->GetStringFor(pdfium::annotation::kSubtype) == "Widget"); in GetAnnotDefaultFont()
268 CPDF_FormField::GetFieldAttr(m_pAnnotDict.Get(), "DA"); in GetAnnotDefaultFont()
288 m_pAnnotDict->GetDictFor(pdfium::annotation::kAP)) { in GetAnnotDefaultFont()
314 CPDF_Dictionary* pAPDict = m_pAnnotDict->GetDictFor(pdfium::annotation::kAP); in AddFontToAnnotDict()
316 pAPDict = m_pAnnotDict->SetNewFor<CPDF_Dictionary>(pdfium::annotation::kAP); in AddFontToAnnotDict()
Dcpdf_annot.h81 const CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); } in GetAnnotDict()
82 CPDF_Dictionary* GetAnnotDict() { return m_pAnnotDict.Get(); } in GetAnnotDict()
113 RetainPtr<CPDF_Dictionary> const m_pAnnotDict; variable
Dcba_fontmap.h90 RetainPtr<CPDF_Dictionary> const m_pAnnotDict; variable
/external/pdfium/core/fpdfapi/page/
Dcpdf_annotcontext.cpp17 : m_pAnnotDict(pAnnotDict), m_pPage(pPage) { in CPDF_AnnotContext()
18 ASSERT(m_pAnnotDict); in CPDF_AnnotContext()
Dcpdf_annotcontext.h30 CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); } in GetAnnotDict()
37 RetainPtr<CPDF_Dictionary> const m_pAnnotDict; variable