/aosp_15_r20/external/pdfium/core/fpdfdoc/ |
H A D | cpdf_formcontrol.cpp | 29 static_assert(kHighlightModes[CPDF_FormControl::kNone] == 'N', 31 static_assert(kHighlightModes[CPDF_FormControl::kInvert] == 'I', 33 static_assert(kHighlightModes[CPDF_FormControl::kOutline] == 'O', 35 static_assert(kHighlightModes[CPDF_FormControl::kPush] == 'P', 37 static_assert(kHighlightModes[CPDF_FormControl::kToggle] == 'T', 42 CPDF_FormControl::CPDF_FormControl(CPDF_FormField* pField, in CPDF_FormControl() function in CPDF_FormControl 49 CPDF_FormControl::~CPDF_FormControl() = default; 51 CFX_FloatRect CPDF_FormControl::GetRect() const { in GetRect() 55 ByteString CPDF_FormControl::GetOnStateName() const { in GetOnStateName() 74 ByteString CPDF_FormControl::GetCheckedAPState() const { in GetCheckedAPState() [all …]
|
H A D | cpdf_interactiveform.h | 32 class CPDF_FormControl; variable 64 const CPDF_FormControl* GetControlAtPoint(const CPDF_Page* pPage, 67 CPDF_FormControl* GetControlByDict(const CPDF_Dictionary* pWidgetDict) const; 103 const std::vector<UnownedPtr<CPDF_FormControl>>& GetControlsForField( 109 CPDF_FormControl* AddControl(CPDF_FormField* pField, 119 std::unique_ptr<CPDF_FormControl>, 124 std::vector<UnownedPtr<CPDF_FormControl>>,
|
H A D | cpdf_formfield.h | 22 class CPDF_FormControl; variable 92 CPDF_FormControl* GetControl(int index) const; 93 int GetControlIndex(const CPDF_FormControl* pControl) const; 171 const std::vector<UnownedPtr<CPDF_FormControl>>& GetControls() const;
|
H A D | cpdf_formcontrol.h | 34 class CPDF_FormControl { 38 CPDF_FormControl(CPDF_FormField* pField, 41 ~CPDF_FormControl();
|
H A D | cpdf_formfield.cpp | 242 CPDF_FormControl* CPDF_FormField::GetControl(int index) const { in GetControl() 246 int CPDF_FormField::GetControlIndex(const CPDF_FormControl* pControl) const { in GetControlIndex() 612 CPDF_FormControl* pControl = GetControl(iControlIndex); in CheckControl() 621 CPDF_FormControl* pCtrl = GetControl(i); in CheckControl() 667 CPDF_FormControl* pControl = GetControl(i); in GetCheckValue() 684 CPDF_FormControl* pControl = GetControl(i); in SetCheckValue() 905 const std::vector<UnownedPtr<CPDF_FormControl>>& CPDF_FormField::GetControls() in GetControls()
|
H A D | cpdf_interactiveform.cpp | 621 const CPDF_FormControl* CPDF_InteractiveForm::GetControlAtPoint( in GetControlAtPoint() 640 const CPDF_FormControl* pControl = it->second.get(); in GetControlAtPoint() 651 CPDF_FormControl* CPDF_InteractiveForm::GetControlByDict( in GetControlByDict() 755 const std::vector<UnownedPtr<CPDF_FormControl>>& 874 CPDF_FormControl* CPDF_InteractiveForm::AddControl( in AddControl() 882 auto pNew = std::make_unique<CPDF_FormControl>(pField, pWidgetDict, this); in AddControl() 883 CPDF_FormControl* pControl = pNew.get(); in AddControl()
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | cpdfsdk_widget.cpp | 268 CPDF_FormControl* pFormCtrl = GetFormControl(); in Synchronize() 384 return GetFormControl()->GetHighlightingMode() == CPDF_FormControl::kPush; in IsPushHighlighted() 421 CPDF_FormControl* pControl = GetFormControl(); in GetFormField() 425 CPDF_FormControl* CPDFSDK_Widget::GetFormControl() const { in GetFormControl() 432 CPDF_FormControl* pCtrl = GetFormControl(); in GetRotate() 476 CPDF_FormControl* pFormCtrl = GetFormControl(); in GetFontSize() 510 CPDF_FormControl* pFormCtrl = GetFormControl(); in GetExportValue() 569 CPDF_FormControl* pFormCtrl = GetFormControl(); in IsChecked() 574 CPDF_FormControl* pFormCtrl = GetFormControl(); in GetAlignment() 584 CPDF_FormControl* pFormCtrl = GetFormControl(); in SetCheck() [all …]
|
H A D | cpdfsdk_interactiveform.h | 23 class CPDF_FormControl; variable 38 CPDFSDK_Widget* GetWidget(CPDF_FormControl* pControl) const; 44 void AddMap(CPDF_FormControl* pControl, CPDFSDK_Widget* pWidget); 45 void RemoveMap(CPDF_FormControl* pControl); 107 std::map<UnownedPtr<const CPDF_FormControl>,
|
H A D | cpdfsdk_interactiveform.cpp | 121 CPDF_FormControl* pControl) const { in GetWidget() 166 CPDF_FormControl* pFormCtrl = pField->GetControl(i); in GetWidgets() 198 void CPDFSDK_InteractiveForm::AddMap(CPDF_FormControl* pControl, in AddMap() 203 void CPDFSDK_InteractiveForm::RemoveMap(CPDF_FormControl* pControl) { in RemoveMap() 235 CPDF_FormControl* pFormCtrl = pFormField->GetControl(i); in SynchronizeField() 325 CPDF_FormControl* pFormCtrl = pFormField->GetControl(i); in ResetFieldAppearance() 335 CPDF_FormControl* pFormCtrl = pFormField->GetControl(i); in UpdateField() 396 CPDF_FormControl* pControl = pField->GetControl(i); in DoAction_Hide()
|
H A D | cpdfsdk_widget.h | 24 class CPDF_FormControl; variable 129 CPDF_FormControl* GetFormControl() const;
|
H A D | cpdfsdk_appstream.cpp | 1136 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsPushButton() 1248 CPDF_FormControl::HighlightingMode eHLM = pControl->GetHighlightingMode(); in SetAsPushButton() 1249 if (eHLM != CPDF_FormControl::kPush && eHLM != CPDF_FormControl::kToggle) { in SetAsPushButton() 1314 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsCheckBox() 1393 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsRadioButton() 1509 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsComboBox() 1579 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsListBox() 1661 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsTextField()
|
H A D | fpdf_annot.cpp | 323 CPDF_FormControl* pFormControl = pPDFForm->GetControlByDict(pAnnotDict); in GetRadioButtonOrCheckBoxWidget() 1204 const CPDF_FormControl* pFormCtrl = pPDFForm->GetControlAtPoint( in FPDFAnnot_GetFormFieldAtPoint() 1334 CPDF_FormControl* pFormControl = pPDFForm->GetControlByDict(pAnnotDict); in FPDFAnnot_GetFontSize() 1441 CPDF_FormControl* pFormControl = pPDFForm->GetControlByDict(pAnnotDict); in FPDFAnnot_GetFormControlIndex()
|
H A D | cpdfsdk_pageview.cpp | 100 CPDF_FormControl* form_control = in NewAnnot()
|
H A D | fpdf_formfill.cpp | 207 const CPDF_FormControl* pFormCtrl = pPDFForm->GetControlAtPoint( in FPDFPage_HasFormFieldAtPoint()
|
/aosp_15_r20/external/pdfium/fxjs/ |
H A D | cjs_field.cpp | 99 CPDF_FormControl* pFormControl, in UpdateFormControl() 171 CFX_Color GetFormControlColor(CPDF_FormControl* pFormControl, in GetFormControlColor() 272 if (CPDF_FormControl* pFormControl = in SetBorderStyle() 324 CPDF_FormControl* pFormControl = pFormField->GetControl(i); in SetDisplay() 338 CPDF_FormControl* pFormControl = pFormField->GetControl(nControlIndex); in SetDisplay() 368 CPDF_FormControl* pFormControl = pFormField->GetControl(i); in SetLineWidth() 383 if (CPDF_FormControl* pFormControl = in SetLineWidth() 407 CPDF_FormControl* pFormControl = pFormField->GetControl(i); in SetRect() 435 if (CPDF_FormControl* pFormControl = in SetRect() 675 CPDF_FormControl* CJS_Field::GetSmartFieldControl(CPDF_FormField* pFormField) { in GetSmartFieldControl() [all …]
|
H A D | cjs_field.h | 17 class CPDF_FormControl; variable 354 CPDF_FormControl* GetSmartFieldControl(CPDF_FormField* pFormField);
|
H A D | cjs_publicmethods.cpp | 1329 CPDF_FormControl* pFormCtrl = pFormField->GetControl(c); in AFSimple_Calculate()
|