Searched refs:pControl (Results 1 – 12 of 12) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widget.cpp | 532 CPDF_FormControl* pControl = GetFormControl(); in GetFormField() local 533 return pControl ? pControl->GetField() : nullptr; in GetFormField() 865 CPDF_FormControl* pControl = GetFormControl(); local 868 switch (pControl->GetTextPosition()) { 896 pControl->GetOriginalBackgroundColor(iColorType, fc); 900 pControl->GetOriginalBorderColor(iColorType, fc); 935 CPDF_DefaultAppearance da = pControl->GetDefaultAppearance(); 947 if (pControl->HasMKEntry("CA")) 948 csNormalCaption = pControl->GetNormalCaption(); 950 if (pControl->HasMKEntry("RC")) [all …]
|
D | cpdfsdk_interform.cpp | 85 CPDFSDK_Widget* CPDFSDK_InterForm::GetWidget(CPDF_FormControl* pControl) const { in GetWidget() 86 if (!pControl || !m_pInterForm) in GetWidget() 90 const auto it = m_Map.find(pControl); in GetWidget() 96 CPDF_Dictionary* pControlDict = pControl->GetWidget(); in GetWidget() 160 void CPDFSDK_InterForm::AddMap(CPDF_FormControl* pControl, in AddMap() argument 162 m_Map[pControl] = pWidget; in AddMap() 165 void CPDFSDK_InterForm::RemoveMap(CPDF_FormControl* pControl) { in RemoveMap() argument 166 m_Map.erase(pControl); in RemoveMap() 390 CPDF_FormControl* pControl = pField->GetControl(i); in DoAction_Hide() local 391 ASSERT(pControl); in DoAction_Hide() [all …]
|
D | cpdfsdk_interform.h | 43 CPDFSDK_Widget* GetWidget(CPDF_FormControl* pControl) const; 49 void AddMap(CPDF_FormControl* pControl, CPDFSDK_Widget* pWidget); 50 void RemoveMap(CPDF_FormControl* pControl);
|
D | cpdfsdk_widgethandler.cpp | 87 CPDF_FormControl* pControl = pWidget->GetFormControl(); in ReleaseAnnot() local 88 pInterForm->RemoveMap(pControl); in ReleaseAnnot()
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_formfield.cpp | 240 int CPDF_FormField::GetControlIndex(const CPDF_FormControl* pControl) const { in GetControlIndex() 241 if (!pControl) in GetControlIndex() 244 auto it = std::find(m_ControlList.begin(), m_ControlList.end(), pControl); in GetControlIndex() 410 for (const auto& pControl : m_ControlList) { in GetMaxLen() local 411 if (!pControl) in GetMaxLen() 413 CPDF_Dictionary* pWidgetDict = pControl->m_pWidgetDict; in GetMaxLen() 713 CPDF_FormControl* pControl = GetControl(iControlIndex); in CheckControl() local 714 if (!pControl) in CheckControl() 716 if (!bChecked && pControl->IsChecked() == bChecked) in CheckControl() 719 CFX_WideString csWExport = pControl->GetExportValue(); in CheckControl() [all …]
|
D | cpdf_interform.cpp | 920 CPDF_FormControl* pControl = it->second.get(); in GetControlAtPoint() local 921 if (!pControl->GetRect().Contains(point)) in GetControlAtPoint() 926 return pControl; in GetControlAtPoint() 1153 CPDF_FormControl* pControl = pNew.get(); in AddControl() local 1155 pField->m_ControlList.push_back(pControl); in AddControl() 1156 return pControl; in AddControl()
|
D | cpdf_formfield.h | 74 int GetControlIndex(const CPDF_FormControl* pControl) const;
|
/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 | 2520 …ollers (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_U8 channel, S_MIDI_CONTROLLERS *pControl) in EAS_GetMIDIControllers() argument 2533 VMGetMIDIControllers(pSynth, channel, pControl); in EAS_GetMIDIControllers()
|
/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);
|
/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);
|