Searched refs:GetPDFAnnot (Results 1 – 12 of 12) sorted by relevance
47 CPDF_Annot* pPDFAnnot = pAnnot->GetPDFAnnot(); in GetViewBBox()119 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnMouseEnter()152 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnMouseExit()187 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnLButtonDown()226 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnLButtonUp()297 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnLButtonDblClk()307 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnMouseMove()319 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnMouseWheel()331 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnRButtonDown()341 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnRButtonUp()[all …]
74 ASSERT(pAnnot->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnDraw()394 CFX_FloatRect rcDA = m_pWidget->GetPDFAnnot()->GetRect(); in GetCurMatrix()417 CFX_FloatRect rectAnnot = m_pWidget->GetPDFAnnot()->GetRect(); in GetPDFWindowRect()
32 m_pAnnotDict = pAnnot->GetPDFAnnot()->GetAnnotDict(); in CBA_FontMap()
38 virtual CPDF_Annot* GetPDFAnnot() const;
58 CPDF_Annot* CPDFSDK_Annot::GetPDFAnnot() const { in GetPDFAnnot() function in CPDFSDK_Annot
34 CPDF_Annot* GetPDFAnnot() const override;
18 return pAnnot->GetPDFAnnot()->GetRect(); in GetAnnotRect()
66 CPDF_Annot* pPDFAnnot = pAnnot->GetPDFAnnot(); in Annot_OnCreate()
29 CPDF_Annot* CPDFSDK_BAAnnot::GetPDFAnnot() const { in GetPDFAnnot() function in CPDFSDK_BAAnnot
224 if (pAnnot->GetPDFAnnot()->GetAnnotDict() == pDict)
50 CPDF_Annot* pPDFAnnot = ToBAAnnot(m_pAnnot.Get())->GetPDFAnnot(); in get_hidden()
1937 widget_->GetPDFAnnot()->GetDocument()->GetByteStringPool()); in Write()