Searched refs:m_pAnnotDict (Results 1 – 5 of 5) sorted by relevance
104 : m_pAnnotDict(std::move(pDict)), m_pDocument(pDocument) { in CPDF_Annot()109 : m_pAnnotDict(pDict), m_pDocument(pDocument) { in CPDF_Annot()118 m_nSubtype = StringToAnnotSubtype(m_pAnnotDict->GetStringFor("Subtype")); in Init()120 m_bHasGeneratedAP = m_pAnnotDict->GetBooleanFor(kPDFiumKey_HasGeneratedAP); in Init()125 if (!ShouldGenerateAPForAnnotation(m_pAnnotDict.Get())) in GenerateAPIfNeeded()128 m_pAnnotDict.Get())) { in GenerateAPIfNeeded()132 m_pAnnotDict->SetNewFor<CPDF_Boolean>(kPDFiumKey_HasGeneratedAP, true); in GenerateAPIfNeeded()137 if (IsAnnotationHidden(m_pAnnotDict.Get())) in ShouldDrawAnnotation()155 if (!m_pAnnotDict) in RectForDrawing()161 return RectFromQuadPoints(m_pAnnotDict.Get()); in RectForDrawing()[all …]
80 CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); } in GetAnnotDict()108 MaybeOwned<CPDF_Dictionary> m_pAnnotDict; variable
26 m_pAnnotDict(nullptr), in CBA_FontMap()32 m_pAnnotDict = pAnnot->GetPDFAnnot()->GetAnnotDict(); in CBA_FontMap()88 if (m_pAnnotDict->GetStringFor("Subtype") != "Widget") in FindFontSameCharset()157 CPDF_Dictionary* pAPDict = m_pAnnotDict->GetDictFor("AP"); in AddFontToAnnotDict()159 pAPDict = m_pAnnotDict->SetNewFor<CPDF_Dictionary>("AP"); in AddFontToAnnotDict()198 const bool bWidget = (m_pAnnotDict->GetStringFor("Subtype") == "Widget"); in GetAnnotDefaultFont()206 CPDF_Object* pObj = FPDF_GetFieldAttr(m_pAnnotDict.Get(), "DA"); in GetAnnotDefaultFont()227 if (CPDF_Dictionary* pAPDict = m_pAnnotDict->GetDictFor("AP")) { in GetAnnotDefaultFont()
40 UnownedPtr<CPDF_Dictionary> m_pAnnotDict; variable
149 : m_pAnnotDict(pAnnotDict), m_pPage(pPage) { in CPDF_AnnotContext()170 CPDF_Dictionary* GetAnnotDict() const { return m_pAnnotDict.Get(); } in GetAnnotDict()175 UnownedPtr<CPDF_Dictionary> m_pAnnotDict; member in __anoneef912300111::CPDF_AnnotContext