HomeSort by relevance Sort by last modified time
    Searched refs:m_pAnnotDict (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 26 m_pAnnotDict(nullptr),
32 m_pAnnotDict = pAnnot->GetPDFAnnot()->GetAnnotDict();
88 if (m_pAnnotDict->GetStringFor("Subtype") != "Widget")
158 CPDF_Dictionary* pAPDict = m_pAnnotDict->GetDictFor("AP");
160 pAPDict = m_pAnnotDict->SetNewFor<CPDF_Dictionary>("AP");
199 const bool bWidget = (m_pAnnotDict->GetStringFor("Subtype") == "Widget");
206 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pAnnotDict, "DA");
225 if (CPDF_Dictionary* pAPDict = m_pAnnotDict->GetDictFor("AP")) {
cba_fontmap.h 40 CPDF_Dictionary* m_pAnnotDict;
  /external/pdfium/core/fpdfdoc/
cpdf_annot.cpp 66 : m_pAnnotDict(std::move(pDict)), m_pDocument(pDocument) {
71 : m_pAnnotDict(pDict), m_pDocument(pDocument) {
80 m_nSubtype = StringToAnnotSubtype(m_pAnnotDict->GetStringFor("Subtype"));
82 m_bHasGeneratedAP = m_pAnnotDict->GetBooleanFor(kPDFiumKey_HasGeneratedAP);
87 if (!ShouldGenerateAPForAnnotation(m_pAnnotDict.Get()))
90 CPDF_Dictionary* pDict = m_pAnnotDict.Get();
112 m_pAnnotDict->SetNewFor<CPDF_Boolean>(kPDFiumKey_HasGeneratedAP, result);
118 if (IsAnnotationHidden(m_pAnnotDict.Get()))
136 if (!m_pAnnotDict)
142 return RectFromQuadPoints(m_pAnnotDict.Get())
    [all...]
cpdf_annot.h 86 CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); }
114 CFX_MaybeOwned<CPDF_Dictionary> m_pAnnotDict;

Completed in 144 milliseconds