HomeSort by relevance Sort by last modified time
    Searched refs:pControl (Results 1 - 12 of 12) sorted by null

  /external/pdfium/fpdfsdk/
cpdfsdk_widget.cpp 532 CPDF_FormControl* pControl = GetFormControl();
533 return pControl ? pControl->GetField() : nullptr;
865 CPDF_FormControl* pControl = GetFormControl();
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()
    [all...]
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);
cpdfsdk_interform.cpp 85 CPDFSDK_Widget* CPDFSDK_InterForm::GetWidget(CPDF_FormControl* pControl) const {
86 if (!pControl || !m_pInterForm)
90 const auto it = m_Map.find(pControl);
96 CPDF_Dictionary* pControlDict = pControl->GetWidget();
160 void CPDFSDK_InterForm::AddMap(CPDF_FormControl* pControl,
162 m_Map[pControl] = pWidget;
165 void CPDFSDK_InterForm::RemoveMap(CPDF_FormControl* pControl) {
166 m_Map.erase(pControl);
390 CPDF_FormControl* pControl = pField->GetControl(i);
391 ASSERT(pControl);
    [all...]
cpdfsdk_widgethandler.cpp 87 CPDF_FormControl* pControl = pWidget->GetFormControl();
88 pInterForm->RemoveMap(pControl);
  /external/pdfium/core/fpdfdoc/
cpdf_formfield.cpp 240 int CPDF_FormField::GetControlIndex(const CPDF_FormControl* pControl) const {
241 if (!pControl)
244 auto it = std::find(m_ControlList.begin(), m_ControlList.end(), pControl);
410 for (const auto& pControl : m_ControlList) {
411 if (!pControl)
413 CPDF_Dictionary* pWidgetDict = pControl->m_pWidgetDict;
713 CPDF_FormControl* pControl = GetControl(iControlIndex);
714 if (!pControl)
716 if (!bChecked && pControl->IsChecked() == bChecked)
719 CFX_WideString csWExport = pControl->GetExportValue()
    [all...]
cpdf_formfield.h 74 int GetControlIndex(const CPDF_FormControl* pControl) const;
cpdf_interform.cpp 920 CPDF_FormControl* pControl = it->second.get();
921 if (!pControl->GetRect().Contains(point))
926 return pControl;
1153 CPDF_FormControl* pControl = pNew.get();
1155 pField->m_ControlList.push_back(pControl);
1156 return pControl;
    [all...]
  /external/sonivox/arm-wt-22k/host_src/
eas.h     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_vm_protos.h     [all...]
eas_voicemgt.c     [all...]
eas_public.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
securitybaseapi.h 101 WINADVAPI WINBOOL WINAPI GetSecurityDescriptorControl (PSECURITY_DESCRIPTOR pSecurityDescriptor, PSECURITY_DESCRIPTOR_CONTROL pControl, LPDWORD lpdwRevision);

Completed in 248 milliseconds