Home
last modified time | relevance | path

Searched refs:GetPDFAnnot (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp47 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 …]
Dcffl_formfiller.cpp74 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()
Dcba_fontmap.cpp32 m_pAnnotDict = pAnnot->GetPDFAnnot()->GetAnnotDict(); in CBA_FontMap()
/external/pdfium/fpdfsdk/
Dcpdfsdk_annot.h38 virtual CPDF_Annot* GetPDFAnnot() const;
Dcpdfsdk_annot.cpp58 CPDF_Annot* CPDFSDK_Annot::GetPDFAnnot() const { in GetPDFAnnot() function in CPDFSDK_Annot
Dcpdfsdk_baannot.h34 CPDF_Annot* GetPDFAnnot() const override;
Dcba_annotiterator.cpp18 return pAnnot->GetPDFAnnot()->GetRect(); in GetAnnotRect()
Dcpdfsdk_baannot.cpp29 CPDF_Annot* CPDFSDK_BAAnnot::GetPDFAnnot() const { in GetPDFAnnot() function in CPDFSDK_BAAnnot
Dcpdfsdk_annothandlermgr.cpp66 CPDF_Annot* pPDFAnnot = pAnnot->GetPDFAnnot(); in Annot_OnCreate()
Dcpdfsdk_pageview.cpp224 if (pAnnot->GetPDFAnnot()->GetAnnotDict() == pDict)
/external/pdfium/fxjs/
Dcjs_annot.cpp50 CPDF_Annot* pPDFAnnot = ToBAAnnot(m_pAnnot.Get())->GetPDFAnnot(); in get_hidden()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp1937 widget_->GetPDFAnnot()->GetDocument()->GetByteStringPool()); in Write()