Searched refs:m_pAnnot (Results 1 – 6 of 6) sorted by relevance
43 m_pAnnot.Reset(annot); in SetSDKAnnot()47 if (!m_pAnnot) in get_hidden()50 CPDF_Annot* pPDFAnnot = m_pAnnot->AsBAAnnot()->GetPDFAnnot(); in get_hidden()59 CPDFSDK_BAAnnot* pBAAnnot = ToBAAnnot(m_pAnnot.Get()); in set_hidden()80 CPDFSDK_BAAnnot* pBAAnnot = ToBAAnnot(m_pAnnot.Get()); in get_name()92 CPDFSDK_BAAnnot* pBAAnnot = ToBAAnnot(m_pAnnot.Get()); in set_name()101 CPDFSDK_BAAnnot* pBAAnnot = ToBAAnnot(m_pAnnot.Get()); in get_type()
43 ObservedPtr<CPDFSDK_Annot> m_pAnnot; variable
27 : CPDFSDK_Annot(pPageView), m_pAnnot(pAnnot) {} in CPDFSDK_BAAnnot()36 return m_pAnnot.Get(); in GetPDFAnnot()40 return m_pAnnot->GetPopupAnnot(); in GetPDFPopupAnnot()44 return m_pAnnot->GetAnnotDict(); in GetAnnotDict()62 return m_pAnnot->GetRect(); in GetRect()66 return m_pAnnot->GetSubtype(); in GetAnnotSubtype()73 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, mtUser2Device, in DrawAppearance()223 if (CPDF_Annot* pAnnot = m_pAnnot->GetPopupAnnot()) in SetOpenState()228 if (m_pAnnot->GetSubtype() == CPDF_Annot::Subtype::POPUP) in GetLayoutOrder()
72 UnownedPtr<CPDF_Annot> const m_pAnnot; variable
624 m_pAnnot->ClearCachedAP(); in ResetAppearance()
39 m_pAnnot = iter.GetFirstAnnot(); in CreateAndInitializeFormPDF()40 ASSERT_TRUE(m_pAnnot); in CreateAndInitializeFormPDF()41 ASSERT_EQ(CPDF_Annot::Subtype::WIDGET, m_pAnnot->GetAnnotSubtype()); in CreateAndInitializeFormPDF()44 CPDFSDK_Annot* pAnnotReadOnly = iter.GetNextAnnot(m_pAnnot); in CreateAndInitializeFormPDF()89 CPDFSDK_Annot* GetCPDFSDKAnnot() { return m_pAnnot; } in GetCPDFSDKAnnot()96 CPDFSDK_Annot* m_pAnnot; member in CPWLEditEmbedderTest