/external/pdfium/core/fpdfdoc/ |
D | cpdf_formfield.cpp | 241 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 …]
|
D | cpdf_interform.cpp | 830 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()
|
D | cpdf_formfield.h | 123 int GetControlIndex(const CPDF_FormControl* pControl) const;
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_appstream.cpp | 1116 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/ |
D | PythonBootstrapperApplication.cpp | 1994 THEME_CONTROL* pControl = _theme->rgControls + i; in OnCreate() local 1997 if (!pControl->wPageId && pControl->sczText && *pControl->sczText) { in OnCreate() 2004 hrFormat = BalFormatString(pControl->sczText, &text); in OnCreate() 2006 ThemeSetTextControl(_theme, pControl->wId, text); in OnCreate() 2284 THEME_CONTROL* pControl = _theme->rgControls + pPage->rgdwControlIndices[i]; in ProcessPageControls() local 2288 if (pControl->sczName && *pControl->sczName) { in ProcessPageControls() 2291 if (IsCheckable(pControl)) { in ProcessPageControls() 2293 HRESULT hr = BalGetNumericVariable(pControl->sczName, &llValue); in ProcessPageControls() 2301 pControl->wId, in ProcessPageControls() 2311 HRESULT hr = StrAllocFormatted(&controlName, L"%lsState", pControl->sczName); in ProcessPageControls() [all …]
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_interform.cpp | 116 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 …]
|
D | cpdfsdk_interform.h | 45 CPDFSDK_Widget* GetWidget(CPDF_FormControl* pControl) const; 51 void AddMap(CPDF_FormControl* pControl, CPDFSDK_Widget* pWidget); 52 void RemoveMap(CPDF_FormControl* pControl);
|
D | cpdfsdk_widget.cpp | 536 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)) {
|
D | cpdfsdk_widgethandler.cpp | 87 CPDF_FormControl* pControl = pWidget->GetFormControl(); in ReleaseAnnot() local 88 pInterForm->RemoveMap(pControl); in ReleaseAnnot()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_voicemgt.c | 3776 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()
|
D | eas_vm_protos.h | 1048 void VMGetMIDIControllers (S_SYNTH *pSynth, EAS_U8 channel, S_MIDI_CONTROLLERS *pControl);
|
D | eas_public.c | 2546 …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/include/libsonivox/ |
D | eas.h | 1037 … (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_U8 channel, S_MIDI_CONTROLLERS *pControl);
|
/external/sonivox/arm-wt-22k/host_src/ |
D | eas.h | 1037 … (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_U8 channel, S_MIDI_CONTROLLERS *pControl);
|