Searched refs:GetPDFAnnot (Results 1 – 11 of 11) sorted by relevance
49 CPDF_Annot* pPDFAnnot = pAnnot->GetPDFAnnot(); in GetViewBBox()118 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnMouseEnter()151 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnMouseExit()186 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnLButtonDown()225 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnLButtonUp()295 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in SetIndexSelected()304 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in IsIndexSelected()315 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnLButtonDblClk()324 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnMouseMove()335 ASSERT((*pAnnot)->GetPDFAnnot()->GetSubtype() == CPDF_Annot::Subtype::WIDGET); in OnMouseWheel()[all …]
41 m_pWidget->GetPDFAnnot()->GetAnnotDict()); in MaybeCreateFontMap()
387 CFX_FloatRect rcDA = m_pWidget->GetPDFAnnot()->GetRect(); in GetCurMatrix()410 CFX_FloatRect rectAnnot = m_pWidget->GetPDFAnnot()->GetRect(); in GetPDFAnnotRect()
38 CPDF_Annot* CPDFSDK_Annot::GetPDFAnnot() const { in GetPDFAnnot() function in CPDFSDK_Annot
34 virtual CPDF_Annot* GetPDFAnnot() const;
33 CPDF_Annot* GetPDFAnnot() const override;
19 return pAnnot->GetPDFAnnot()->GetRect(); in GetAnnotRect()
35 CPDF_Annot* CPDFSDK_BAAnnot::GetPDFAnnot() const { in GetPDFAnnot() function in CPDFSDK_BAAnnot
1237 widget_->GetPDFAnnot()->GetAnnotDict()); in SetAsPushButton()1594 widget_->GetPDFAnnot()->GetAnnotDict()); in SetAsComboBox()1660 widget_->GetPDFAnnot()->GetAnnotDict()); in SetAsListBox()1744 widget_->GetPDFAnnot()->GetAnnotDict()); in SetAsTextField()1933 widget_->GetPDFAnnot()->GetDocument()->New<CPDF_Dictionary>(); in Write()
179 if (pAnnot->GetPDFAnnot()->GetAnnotDict() == pDict) in GetAnnotByDict()
50 CPDF_Annot* pPDFAnnot = m_pAnnot->AsBAAnnot()->GetPDFAnnot(); in get_hidden()