HomeSort by relevance Sort by last modified time
    Searched refs:pAnnot (Results 26 - 50 of 50) sorted by null

12

  /external/pdfium/fpdfsdk/
cpdfsdk_xfawidget.h 20 CPDFSDK_XFAWidget(CXFA_FFWidget* pAnnot,
cba_annotiterator.cpp 17 CFX_FloatRect GetAnnotRect(const CPDFSDK_Annot* pAnnot) {
18 return pAnnot->GetPDFAnnot()->GetRect();
56 CPDFSDK_Annot* CBA_AnnotIterator::GetNextAnnot(CPDFSDK_Annot* pAnnot) {
57 auto iter = std::find(m_Annots.begin(), m_Annots.end(), pAnnot);
66 CPDFSDK_Annot* CBA_AnnotIterator::GetPrevAnnot(CPDFSDK_Annot* pAnnot) {
67 auto iter = std::find(m_Annots.begin(), m_Annots.end(), pAnnot);
76 for (auto pAnnot : m_pPageView->GetAnnotList()) {
77 if (pAnnot->GetAnnotSubtype() == m_nAnnotSubtype &&
78 !pAnnot->IsSignatureWidget()) {
79 pArray->push_back(pAnnot);
    [all...]
cpdfsdk_pageview.h 49 bool DeleteAnnot(CPDFSDK_Annot* pAnnot);
77 void UpdateView(CPDFSDK_Annot* pAnnot);
cfx_systemhandler.cpp 67 CPDFSDK_Annot* pAnnot = pFormFiller->GetSDKAnnot();
68 UnderlyingPageType* pPage = pAnnot->GetUnderlyingPage();
cpdfsdk_baannot.h 27 CPDFSDK_BAAnnot(CPDF_Annot* pAnnot, CPDFSDK_PageView* pPageView);
fpdfeditpage.cpp 288 CPDF_Annot* pAnnot = AnnotList.GetAt(i);
289 CFX_FloatRect rect = pAnnot->GetRect(); // transformAnnots Rectangle
294 CPDF_Array* pRectArray = pAnnot->GetAnnotDict()->GetArrayFor("Rect");
296 pRectArray = pAnnot->GetAnnotDict()->SetNewFor<CPDF_Array>("Rect");
cpdfsdk_baannot.cpp 23 CPDFSDK_BAAnnot::CPDFSDK_BAAnnot(CPDF_Annot* pAnnot,
25 : CPDFSDK_Annot(pPageView), m_pAnnot(pAnnot) {}
398 if (CPDF_Annot* pAnnot = m_pAnnot->GetPopupAnnot())
399 pAnnot->SetOpenState(bOpenState);
cpdfsdk_formfillenvironment.cpp 686 CPDFSDK_Annot* pAnnot) {
690 pPageView->UpdateView(pAnnot);
695 CPDFSDK_Annot::ObservedPtr* pAnnot) {
698 if (m_pFocusAnnot == *pAnnot)
702 if (!*pAnnot)
708 CPDFSDK_PageView* pPageView = (*pAnnot)->GetPageView();
713 if (!pAnnotHandler->Annot_OnChangeFocus(pAnnot, &pLastFocusAnnot))
716 if (!pAnnotHandler->Annot_OnSetFocus(pAnnot, 0))
719 m_pFocusAnnot.Reset(pAnnot->Get());
cpdfsdk_formfillenvironment.h 43 void UpdateAllViews(CPDFSDK_PageView* pSender, CPDFSDK_Annot* pAnnot);
46 bool SetFocusAnnot(CPDFSDK_Annot::ObservedPtr* pAnnot);
cpdfsdk_widget.h 62 CPDFSDK_Widget(CPDF_Annot* pAnnot,
cpdfsdk_widget.cpp 55 CPDFSDK_Widget::CPDFSDK_Widget(CPDF_Annot* pAnnot,
58 : CPDFSDK_BAAnnot(pAnnot, pPageView),
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_annotlist.cpp 28 std::unique_ptr<CPDF_Annot> CreatePopupAnnot(CPDF_Annot* pAnnot,
30 CPDF_Dictionary* pParentDict = pAnnot->GetAnnotDict();
58 pAnnot->SetPopupAnnot(pPopupAnnot.get());
113 for (const auto& pAnnot : m_AnnotList) {
114 bool bWidget = pAnnot->GetSubtype() == CPDF_Annot::Subtype::WIDGET;
118 uint32_t annot_flags = pAnnot->GetFlags();
130 CPDF_Dictionary* pAnnotDict = pAnnot->GetAnnotDict();
136 CFX_FloatRect annot_rect_f = pAnnot->GetRect();
147 pAnnot->DrawInContext(pPage, pContext, &matrix, CPDF_Annot::Normal);
148 } else if (!pAnnot->DrawAppearance(pPage, pDevice, &matrix
    [all...]
cpdf_annot.h 105 void SetPopupAnnot(CPDF_Annot* pAnnot) { m_pPopupAnnot = pAnnot; }
cpdf_interform.cpp 912 CPDF_Dictionary* pAnnot = pAnnotList->GetDictAt(annot_index);
913 if (!pAnnot)
916 const auto it = m_ControlMap.find(pAnnot);
1072 CPDF_Dictionary* pAnnot = pAnnots->GetDictAt(i);
1073 if (pAnnot && pAnnot->GetStringFor("Subtype") == "Widget")
1074 LoadField(pAnnot, 0);
    [all...]
cpdf_annot.cpp 46 CPDF_Annot* pAnnot,
50 CPDF_Form* pForm = pAnnot->GetAPForm(pPage, mode);
57 matrix->MatchRect(pAnnot->GetRect(), form_bbox);
  /external/pdfium/fpdfsdk/formfiller/
cffl_textfield.h 30 CFFL_TextField(CPDFSDK_FormFillEnvironment* pApp, CPDFSDK_Annot* pAnnot);
37 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
cba_fontmap.h 17 CBA_FontMap(CPDFSDK_Annot* pAnnot, CFX_SystemHandler* pSystemHandler);
cffl_listbox.h 27 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
cffl_textfield.cpp 16 CPDFSDK_Annot* pAnnot)
17 : CFFL_FormFiller(pApp, pAnnot) {}
108 bool CFFL_TextField::OnChar(CPDFSDK_Annot* pAnnot,
117 m_pFormFillEnv->Invalidate(pAnnot->GetUnderlyingPage(),
118 pAnnot->GetRect().ToFxRect());
140 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
cffl_combobox.cpp 18 CPDFSDK_Annot* pAnnot)
19 : CFFL_FormFiller(pApp, pAnnot), m_pFontMap(nullptr) {
78 bool CFFL_ComboBox::OnChar(CPDFSDK_Annot* pAnnot,
81 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
cffl_combobox.h 31 bool OnChar(CPDFSDK_Annot* pAnnot, uint32_t nChar, uint32_t nFlags) override;
cba_fontmap.cpp 22 CBA_FontMap::CBA_FontMap(CPDFSDK_Annot* pAnnot,
29 CPDF_Page* pPage = pAnnot->GetPDFPage();
32 m_pAnnotDict = pAnnot->GetPDFAnnot()->GetAnnotDict();
cffl_listbox.cpp 87 bool CFFL_ListBox::OnChar(CPDFSDK_Annot* pAnnot,
90 return CFFL_FormFiller::OnChar(pAnnot, nChar, nFlags);
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 328 if (CPDFSDK_Annot* pAnnot = pSdkPageView->GetAnnotByXFAWidget(hWidget))
329 pSdkPageView->DeleteAnnot(pAnnot);
563 CPDFSDK_Annot::ObservedPtr pAnnot(pPageView->GetAnnotByXFAWidget(hWidget));
564 if (pAnnot) {
565 m_pContext->GetFormFillEnv()->SetFocusAnnot(&pAnnot);
    [all...]
  /external/pdfium/fpdfsdk/javascript/
Document.cpp 495 for (const auto& pAnnot : widgets) {
496 CPDFSDK_Widget* pWidget = static_cast<CPDFSDK_Widget*>(pAnnot.Get());
    [all...]

Completed in 192 milliseconds

12