Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp117 CPDF_FormControl* pControl = GetControl(i); in ResetField() local
118 FX_BOOL bChecked = pControl->IsDefaultChecked(); in ResetField()
209 int CPDF_FormField::GetControlIndex(const CPDF_FormControl* pControl) { in GetControlIndex() argument
210 if (!pControl) { in GetControlIndex()
214 if (m_ControlList.GetAt(i) == pControl) in GetControlIndex()
403 CPDF_FormControl* pControl = m_ControlList.GetAt(i); in GetMaxLen() local
404 if (!pControl) in GetMaxLen()
407 CPDF_Dictionary* pWidgetDict = pControl->m_pWidgetDict; in GetMaxLen()
667 void CPDF_FormField::UpdateAP(CPDF_FormControl* pControl) { in UpdateAP() argument
678 CPDF_FormControl* pControl = GetControl(i); in UpdateAP() local
[all …]
Ddoc_form.cpp604 FX_BOOL CPDF_InterForm::ValidateFieldName(const CPDF_FormControl* pControl, in ValidateFieldName() argument
606 if (!pControl || csNewFieldName.IsEmpty()) { in ValidateFieldName()
609 CPDF_FormField* pField = ((CPDF_FormControl*)pControl)->GetField(); in ValidateFieldName()
611 pControl); in ValidateFieldName()
705 CPDF_FormControl* pControl = it->second; in GetControlAtPoint() local
706 CFX_FloatRect rect = pControl->GetRect(); in GetControlAtPoint()
712 return pControl; in GetControlAtPoint()
995 CPDF_FormControl* pControl = in AddControl() local
997 m_ControlMap[pWidgetDict] = pControl; in AddControl()
998 ((CPDF_FormField*)pField)->m_ControlList.Add(pControl); in AddControl()
[all …]
Ddoc_utils.cpp685 CPDF_FormControl* pControl = pField->GetControl(i); in SaveCheckedFieldStatus() local
686 if (!pControl) { in SaveCheckedFieldStatus()
689 statusArray.Add(pControl->IsChecked() ? 1 : 0); in SaveCheckedFieldStatus()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp881 CPDF_FormControl* pControl = GetFormControl(); local
884 switch (pControl->GetTextPosition()) {
913 pControl->GetOriginalBackgroundColor(iColorType, fc);
917 pControl->GetOriginalBorderColor(iColorType, fc);
958 CPDF_DefaultAppearance da = pControl->GetDefaultAppearance();
970 if (pControl->HasMKEntry("CA")) {
971 csNormalCaption = pControl->GetNormalCaption();
973 if (pControl->HasMKEntry("RC")) {
974 csRolloverCaption = pControl->GetRolloverCaption();
976 if (pControl->HasMKEntry("AC")) {
[all …]
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h262 CPDFSDK_Widget* GetWidget(CPDF_FormControl* pControl) const;
268 void AddMap(CPDF_FormControl* pControl, CPDFSDK_Widget* pWidget);
269 void RemoveMap(CPDF_FormControl* pControl);
/external/opencv3/modules/videoio/src/
Dcap_dshow.cpp440 IMediaControl *pControl; // Media control object
755 pControl = NULL; // Media control object
958 if( (pControl) )
960 HR = pControl->Pause();
963 HR = pControl->Stop();
987 if( (pControl) ){ DebugPrintOut("SETUP: freeing Control\n");
988 (pControl)->Release();
989 (pControl) = 0;
1028 delete pControl;
2519 hr = VD->pGraph->QueryInterface(IID_IMediaControl, (void **)&VD->pControl);
[all …]
/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.c2520 …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/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h558 FX_BOOL ValidateFieldName(const CPDF_FormControl* pControl,
751 int GetControlIndex(const CPDF_FormControl* pControl);
849 void UpdateAP(CPDF_FormControl* pControl);
/external/sonivox/arm-wt-22k/host_src/
Deas.h1037 … (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_U8 channel, S_MIDI_CONTROLLERS *pControl);