HomeSort by relevance Sort by last modified time
    Searched refs:m_pAnnot (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fpdfsdk/
cpdfsdk_baannot.cpp 25 : CPDFSDK_Annot(pPageView), m_pAnnot(pAnnot) {}
30 return m_pAnnot.Get();
34 return m_pAnnot->GetPopupAnnot();
38 return m_pAnnot->GetAnnotDict();
42 CPDF_Dictionary* pAPDict = m_pAnnot->GetAnnotDict()->GetDictFor("AP");
44 pAPDict = m_pAnnot->GetAnnotDict()->SetNewFor<CPDF_Dictionary>("AP");
52 m_pAnnot->GetAnnotDict()->SetRectFor("Rect", rect);
56 return m_pAnnot->GetRect();
60 return m_pAnnot->GetSubtype();
67 m_pAnnot->DrawAppearance(m_pPageView->GetPDFPage(), pDevice, mtUser2Device
    [all...]
cpdfsdk_baannot.h 98 UnownedPtr<CPDF_Annot> const m_pAnnot;
cpdfsdk_widget.cpp 467 CPDF_Dictionary* pAP = m_pAnnot->GetAnnotDict()->GetDictFor("AP");
526 pPDFInterForm->GetControlByDict(m_pAnnot->GetAnnotDict());
789 m_pAnnot->ClearCachedAP();
  /external/pdfium/fxjs/
cjs_annot.cpp 47 if (!m_pAnnot)
50 CPDF_Annot* pPDFAnnot = ToBAAnnot(m_pAnnot.Get())->GetPDFAnnot();
56 // May invalidate m_pAnnot.
58 if (!m_pAnnot)
61 uint32_t flags = ToBAAnnot(m_pAnnot.Get())->GetFlags();
73 ToBAAnnot(m_pAnnot.Get())->SetFlags(flags);
79 if (!m_pAnnot)
82 pRuntime->NewString(ToBAAnnot(m_pAnnot.Get())->GetAnnotName().c_str()));
86 // May invalidate m_pAnnot.
88 if (!m_pAnnot)
    [all...]
cjs_annot.h 30 CPDFSDK_Annot::ObservedPtr m_pAnnot;
  /external/pdfium/fpdfsdk/pwl/
cpwl_edit_embeddertest.cpp 35 m_pAnnot = iter.GetFirstAnnot();
36 ASSERT_TRUE(m_pAnnot);
37 ASSERT_EQ(CPDF_Annot::Subtype::WIDGET, m_pAnnot->GetAnnotSubtype());
40 CPDFSDK_Annot* pAnnotReadOnly = iter.GetNextAnnot(m_pAnnot);
81 CPDFSDK_Annot* GetCPDFSDKAnnot() { return m_pAnnot; }
88 CPDFSDK_Annot* m_pAnnot;

Completed in 270 milliseconds