Home
last modified time | relevance | path

Searched refs:pControl (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_formfield.cpp241 int CPDF_FormField::GetControlIndex(const CPDF_FormControl* pControl) const { in GetControlIndex()
242 if (!pControl) in GetControlIndex()
245 auto it = std::find(m_ControlList.begin(), m_ControlList.end(), pControl); in GetControlIndex()
410 for (auto& pControl : m_ControlList) { in GetMaxLen() local
411 if (!pControl) in GetMaxLen()
413 CPDF_Dictionary* pWidgetDict = pControl->GetWidget(); in GetMaxLen()
711 CPDF_FormControl* pControl = GetControl(iControlIndex); in CheckControl() local
712 if (!pControl) in CheckControl()
714 if (!bChecked && pControl->IsChecked() == bChecked) in CheckControl()
717 WideString csWExport = pControl->GetExportValue(); in CheckControl()
[all …]
Dcpdf_interform.cpp830 CPDF_FormControl* pControl = it->second.get(); in GetControlAtPoint() local
831 if (!pControl->GetRect().Contains(point)) in GetControlAtPoint()
836 return pControl; in GetControlAtPoint()
1064 CPDF_FormControl* pControl = pNew.get(); in AddControl() local
1066 pField->AddFormControl(pControl); in AddControl()
1067 return pControl; in AddControl()
Dcpdf_formfield.h123 int GetControlIndex(const CPDF_FormControl* pControl) const;
/external/pdfium/fpdfsdk/pwl/
Dcpwl_appstream.cpp1116 CPDF_FormControl* pControl = widget_->GetFormControl(); in SetAsPushButton() local
1119 switch (pControl->GetTextPosition()) { in SetAsPushButton()
1147 pControl->GetOriginalBackgroundColor(iColorType, fc); in SetAsPushButton()
1151 pControl->GetOriginalBorderColor(iColorType, fc); in SetAsPushButton()
1182 CPDF_DefaultAppearance da = pControl->GetDefaultAppearance(); in SetAsPushButton()
1195 if (pControl->HasMKEntry("CA")) in SetAsPushButton()
1196 csNormalCaption = pControl->GetNormalCaption(); in SetAsPushButton()
1198 if (pControl->HasMKEntry("RC")) in SetAsPushButton()
1199 csRolloverCaption = pControl->GetRolloverCaption(); in SetAsPushButton()
1201 if (pControl->HasMKEntry("AC")) in SetAsPushButton()
[all …]
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1986 THEME_CONTROL* pControl = _theme->rgControls + i; in OnCreate() local
1989 if (!pControl->wPageId && pControl->sczText && *pControl->sczText) { in OnCreate()
1996 hrFormat = BalFormatString(pControl->sczText, &text); in OnCreate()
1998 ThemeSetTextControl(_theme, pControl->wId, text); in OnCreate()
2276 THEME_CONTROL* pControl = _theme->rgControls + pPage->rgdwControlIndices[i]; in ProcessPageControls() local
2280 if (pControl->sczName && *pControl->sczName) { in ProcessPageControls()
2283 if (IsCheckable(pControl)) { in ProcessPageControls()
2285 HRESULT hr = BalGetNumericVariable(pControl->sczName, &llValue); in ProcessPageControls()
2293 pControl->wId, in ProcessPageControls()
2303 HRESULT hr = StrAllocFormatted(&controlName, L"%lsState", pControl->sczName); in ProcessPageControls()
[all …]
/external/pdfium/fpdfsdk/
Dcpdfsdk_interform.cpp116 CPDFSDK_Widget* CPDFSDK_InterForm::GetWidget(CPDF_FormControl* pControl) const { in GetWidget()
117 if (!pControl || !m_pInterForm) in GetWidget()
121 const auto it = m_Map.find(pControl); in GetWidget()
127 CPDF_Dictionary* pControlDict = pControl->GetWidget(); in GetWidget()
191 void CPDFSDK_InterForm::AddMap(CPDF_FormControl* pControl, in AddMap() argument
193 m_Map[pControl] = pWidget; in AddMap()
196 void CPDFSDK_InterForm::RemoveMap(CPDF_FormControl* pControl) { in RemoveMap() argument
197 m_Map.erase(pControl); in RemoveMap()
423 CPDF_FormControl* pControl = pField->GetControl(i); in DoAction_Hide() local
424 ASSERT(pControl); in DoAction_Hide()
[all …]
Dcpdfsdk_interform.h45 CPDFSDK_Widget* GetWidget(CPDF_FormControl* pControl) const;
51 void AddMap(CPDF_FormControl* pControl, CPDFSDK_Widget* pWidget);
52 void RemoveMap(CPDF_FormControl* pControl);
Dcpdfsdk_widget.cpp536 CPDF_FormControl* pControl = GetFormControl(); in GetFormField() local
537 return pControl ? pControl->GetField() : nullptr; in GetFormField()
882 CPDF_FormControl* pControl = GetFormControl(); local
884 switch (abs(pControl->GetRotation() % 360)) {
901 CPDF_FormControl* pControl = GetFormControl(); local
906 switch (abs(pControl->GetRotation() % 360)) {
Dcpdfsdk_widgethandler.cpp87 CPDF_FormControl* pControl = pWidget->GetFormControl(); in ReleaseAnnot() local
88 pInterForm->RemoveMap(pControl); in ReleaseAnnot()
/external/sonivox/arm-wt-22k/lib_src/
Deas_voicemgt.c3776 void VMGetMIDIControllers (S_SYNTH *pSynth, EAS_U8 channel, S_MIDI_CONTROLLERS *pControl) in VMGetMIDIControllers() argument
3778 pControl->modWheel = pSynth->channels[channel].modWheel; in VMGetMIDIControllers()
3779 pControl->volume = pSynth->channels[channel].volume; in VMGetMIDIControllers()
3780 pControl->pan = pSynth->channels[channel].pan; in VMGetMIDIControllers()
3781 pControl->expression = pSynth->channels[channel].expression; in VMGetMIDIControllers()
3782 pControl->channelPressure = pSynth->channels[channel].channelPressure; in VMGetMIDIControllers()
3785 pControl->reverbSend = pSynth->channels[channel].reverbSend; in VMGetMIDIControllers()
3789 pControl->chorusSend = pSynth->channels[channel].chorusSend; in VMGetMIDIControllers()
Deas_vm_protos.h1048 void VMGetMIDIControllers (S_SYNTH *pSynth, EAS_U8 channel, S_MIDI_CONTROLLERS *pControl);
Deas_public.c2546 …ollers (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_U8 channel, S_MIDI_CONTROLLERS *pControl) in EAS_GetMIDIControllers() argument
2559 VMGetMIDIControllers(pSynth, channel, pControl); in EAS_GetMIDIControllers()
/external/sonivox/arm-wt-22k/host_src/
Deas.h1037 … (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_U8 channel, S_MIDI_CONTROLLERS *pControl);
/external/sonivox/arm-wt-22k/include/libsonivox/
Deas.h1037 … (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_U8 channel, S_MIDI_CONTROLLERS *pControl);
/external/syzkaller/sys/windows/
Dwindows.txt483 GetSecurityDescriptorControl(pSecurityDescriptor ptr[inout, array[int8]], pControl ptr[inout, int16…