Home
last modified time | relevance | path

Searched refs:dwStates (Results 1 – 25 of 82) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fwl/
H A Dcfwl_checkbox.cpp61 int32_t dwStates = GetPartStates(); in DrawWidget() local
65 param.m_dwStates = dwStates; in DrawWidget()
82 textParam.m_dwStates = dwStates; in DrawWidget()
132 dwStates = CFWL_PartState_Neutral; in GetPartStates()
135 dwStates = CFWL_PartState_Checked; in GetPartStates()
138 dwStates |= CFWL_PartState_Disabled; in GetPartStates()
140 dwStates |= CFWL_PartState_Hovered; in GetPartStates()
142 dwStates |= CFWL_PartState_Pressed; in GetPartStates()
144 dwStates |= CFWL_PartState_Normal; in GetPartStates()
146 dwStates |= CFWL_PartState_Focused; in GetPartStates()
[all …]
H A Dcfwl_pushbutton.cpp29 void CFWL_PushButton::SetStates(uint32_t dwStates) { in SetStates() argument
30 if (dwStates & FWL_WGTSTATE_Disabled) { in SetStates()
34 CFWL_Widget::SetStates(dwStates); in SetStates()
72 uint32_t dwStates = CFWL_PartState_Normal; in GetPartStates() local
74 dwStates |= CFWL_PartState_Focused; in GetPartStates()
76 dwStates = CFWL_PartState_Disabled; in GetPartStates()
78 dwStates |= CFWL_PartState_Pressed; in GetPartStates()
80 dwStates |= CFWL_PartState_Hovered; in GetPartStates()
81 return dwStates; in GetPartStates()
H A Dcfwl_combobox.cpp153 void CFWL_ComboBox::SetStates(uint32_t dwStates) { in SetStates() argument
155 m_pEdit->SetStates(dwStates); in SetStates()
157 m_pListBox->SetStates(dwStates); in SetStates()
158 CFWL_Widget::SetStates(dwStates); in SetStates()
161 void CFWL_ComboBox::RemoveStates(uint32_t dwStates) { in RemoveStates() argument
163 m_pEdit->RemoveStates(dwStates); in RemoveStates()
165 m_pListBox->RemoveStates(dwStates); in RemoveStates()
166 CFWL_Widget::RemoveStates(dwStates); in RemoveStates()
H A Dcfwl_monthcalendar.cpp246 if (pDataInfo->dwStates & FWL_ITEMSTATE_MCD_Selected) { in DrawDatesInBK()
248 if (pDataInfo->dwStates & FWL_ITEMSTATE_MCD_Flag) { in DrawDatesInBK()
253 } else if (pDataInfo->dwStates & FWL_ITEMSTATE_MCD_Flag) { in DrawDatesInBK()
324 params.m_dwStates = pDataInfo->dwStates; in DrawDatesIn()
520 uint32_t dwStates = 0; in ResetDateItem() local
522 dwStates |= FWL_ITEMSTATE_MCD_Flag; in ResetDateItem()
524 dwStates |= FWL_ITEMSTATE_MCD_Selected; in ResetDateItem()
528 i + 1, iDayOfWeek, dwStates, rtDate, WideString::Format(L"%d", i + 1))); in ResetDateItem()
583 m_DateArray[iSelDay - 1]->dwStates &= ~FWL_ITEMSTATE_MCD_Selected; in RemoveSelDay()
595 m_DateArray[iDay - 1]->dwStates |= FWL_ITEMSTATE_MCD_Selected; in AddSelDay()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fwl/
H A Dcfwl_checkbox.cpp70 int32_t dwStates = GetPartStates(); in DrawWidget() local
75 param.m_dwStates = dwStates; in DrawWidget()
91 textParam.m_dwStates = dwStates; in DrawWidget()
144 dwStates = CFWL_PartState_Neutral; in GetPartStates()
147 dwStates = CFWL_PartState_Checked; in GetPartStates()
150 dwStates |= CFWL_PartState_Disabled; in GetPartStates()
152 dwStates |= CFWL_PartState_Hovered; in GetPartStates()
154 dwStates |= CFWL_PartState_Pressed; in GetPartStates()
156 dwStates |= CFWL_PartState_Normal; in GetPartStates()
158 dwStates |= CFWL_PartState_Focused; in GetPartStates()
[all …]
H A Dcfwl_pushbutton.cpp33 void CFWL_PushButton::SetStates(uint32_t dwStates) { in SetStates() argument
34 if (dwStates & FWL_WGTSTATE_Disabled) { in SetStates()
38 CFWL_Widget::SetStates(dwStates); in SetStates()
82 uint32_t dwStates = CFWL_PartState_Normal; in GetPartStates() local
84 dwStates |= CFWL_PartState_Focused; in GetPartStates()
86 dwStates = CFWL_PartState_Disabled; in GetPartStates()
88 dwStates |= CFWL_PartState_Pressed; in GetPartStates()
90 dwStates |= CFWL_PartState_Hovered; in GetPartStates()
91 return dwStates; in GetPartStates()
H A Dcfwl_listitem.h22 void SetStates(uint32_t dwStates) { m_dwStates = dwStates; } in SetStates() argument
H A Dcfwl_combobox.cpp160 void CFWL_ComboBox::SetStates(uint32_t dwStates) { in SetStates() argument
162 m_pEdit->SetStates(dwStates); in SetStates()
164 m_pListBox->SetStates(dwStates); in SetStates()
165 CFWL_Widget::SetStates(dwStates); in SetStates()
168 void CFWL_ComboBox::RemoveStates(uint32_t dwStates) { in RemoveStates() argument
170 m_pEdit->RemoveStates(dwStates); in RemoveStates()
172 m_pListBox->RemoveStates(dwStates); in RemoveStates()
173 CFWL_Widget::RemoveStates(dwStates); in RemoveStates()
H A Dcfwl_monthcalendar.cpp261 if (pDataInfo->dwStates & FWL_ITEMSTATE_MCD_Selected) { in DrawDatesInBK()
263 if (pDataInfo->dwStates & FWL_ITEMSTATE_MCD_Flag) { in DrawDatesInBK()
268 } else if (pDataInfo->dwStates & FWL_ITEMSTATE_MCD_Flag) { in DrawDatesInBK()
343 params.m_dwStates = pDataInfo->dwStates; in DrawDatesIn()
551 uint32_t dwStates = 0; in ResetDateItem() local
553 dwStates |= FWL_ITEMSTATE_MCD_Flag; in ResetDateItem()
555 dwStates |= FWL_ITEMSTATE_MCD_Selected; in ResetDateItem()
559 i + 1, iDayOfWeek, dwStates, rtDate, WideString::Format(L"%d", i + 1))); in ResetDateItem()
614 m_arrDates[iSelDay - 1]->dwStates &= ~FWL_ITEMSTATE_MCD_Selected; in RemoveSelDay()
626 m_arrDates[iDay - 1]->dwStates |= FWL_ITEMSTATE_MCD_Selected; in AddSelDay()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/theme/
H A Dcfwl_checkboxtp.cpp113 uint32_t dwStates, in DrawBoxBk() argument
115 dwStates &= 0x03; in DrawBoxBk()
145 if (dwStates & CFWL_PartState_Hovered) { in DrawBoxBk()
147 } else if (dwStates & CFWL_PartState_Pressed) { in DrawBoxBk()
152 if (dwStates & CFWL_PartState_Checked) { in DrawBoxBk()
154 } else if (dwStates & CFWL_PartState_Neutral) { in DrawBoxBk()
164 uint32_t dwStates, in DrawSign() argument
170 if ((dwStates & CFWL_PartState_Disabled) && in DrawSign()
171 (dwStates & CFWL_PartState_Checked)) { in DrawSign()
173 } else if (dwStates & CFWL_PartState_Neutral) { in DrawSign()
[all …]
H A Dcfwl_datetimepickedtp.cpp49 uint32_t dwStates = pParams->m_dwStates; in DrawDropDownButton() local
50 dwStates &= 0x03; in DrawDropDownButton()
52 switch (eState & dwStates) { in DrawDropDownButton()
H A Dcfwl_pushbuttontp.cpp158 int32_t CFWL_PushButtonTP::GetColorID(uint32_t dwStates) { in GetColorID() argument
160 if (dwStates & CFWL_PartState_Disabled) in GetColorID()
162 if (dwStates & CFWL_PartState_Default) { in GetColorID()
165 if (dwStates & CFWL_PartState_Hovered) in GetColorID()
167 if (dwStates & CFWL_PartState_Pressed) in GetColorID()
H A Dcfwl_comboboxtp.h25 uint32_t dwStates,
28 uint32_t dwStates,
H A Dcfwl_listboxtp.cpp78 uint32_t dwStates, in DrawListBoxItem() argument
82 if (dwStates & CFWL_PartState_Selected) { in DrawListBoxItem()
99 if (dwStates & CFWL_PartState_Focused) { in DrawListBoxItem()
H A Dcfwl_comboboxtp.cpp80 uint32_t dwStates, in DrawStrethHandler() argument
100 uint32_t dwStates, in DrawDropDownButton() argument
103 switch (dwStates) { in DrawDropDownButton()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fwl/theme/
H A Dcfwl_datetimepickertp.cpp34 uint32_t dwStates = pParams.m_dwStates; in DrawDropDownButton() local
35 dwStates &= 0x03; in DrawDropDownButton()
37 switch (eState & dwStates) { in DrawDropDownButton()
H A Dcfwl_pushbuttontp.cpp113 int32_t CFWL_PushButtonTP::GetColorID(uint32_t dwStates) const { in GetColorID()
115 if (dwStates & CFWL_PartState_Disabled) in GetColorID()
117 if (dwStates & CFWL_PartState_Default) { in GetColorID()
120 if (dwStates & CFWL_PartState_Hovered) in GetColorID()
122 if (dwStates & CFWL_PartState_Pressed) in GetColorID()
H A Dcfwl_listboxtp.cpp58 uint32_t dwStates, in DrawListBoxItem() argument
62 if (dwStates & CFWL_PartState_Selected) { in DrawListBoxItem()
76 if ((dwStates & CFWL_PartState_Focused) && pData) in DrawListBoxItem()
H A Dcfwl_comboboxtp.cpp59 uint32_t dwStates, in DrawDropDownButton() argument
62 switch (dwStates) { in DrawDropDownButton()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fwl/theme/
H A Dcfwl_datetimepickertp.cpp33 uint32_t dwStates = pParams.m_dwStates; in DrawDropDownButton() local
34 dwStates &= 0x03; in DrawDropDownButton()
36 switch (eState & dwStates) { in DrawDropDownButton()
H A Dcfwl_pushbuttontp.cpp112 int32_t CFWL_PushButtonTP::GetColorID(uint32_t dwStates) const { in GetColorID()
114 if (dwStates & CFWL_PartState_Disabled) in GetColorID()
116 if (dwStates & CFWL_PartState_Default) { in GetColorID()
119 if (dwStates & CFWL_PartState_Hovered) in GetColorID()
121 if (dwStates & CFWL_PartState_Pressed) in GetColorID()
H A Dcfwl_listboxtp.cpp58 uint32_t dwStates, in DrawListBoxItem() argument
62 if (dwStates & CFWL_PartState_Selected) { in DrawListBoxItem()
75 if ((dwStates & CFWL_PartState_Focused) && pData) in DrawListBoxItem()
H A Dcfwl_comboboxtp.cpp58 uint32_t dwStates, in DrawDropDownButton() argument
61 switch (dwStates) { in DrawDropDownButton()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/basewidget/
H A Dfwl_checkboximp.cpp136 int32_t dwStates = GetPartStates(); in DrawWidget() local
141 param.m_dwStates = dwStates; in DrawWidget()
166 textParam.m_dwStates = dwStates; in DrawWidget()
295 dwStates = CFWL_PartState_Neutral; in GetPartStates()
298 dwStates = CFWL_PartState_Checked; in GetPartStates()
301 dwStates |= CFWL_PartState_Disabled; in GetPartStates()
303 dwStates |= CFWL_PartState_Hovered; in GetPartStates()
305 dwStates |= CFWL_PartState_Pressed; in GetPartStates()
307 dwStates |= CFWL_PartState_Normal; in GetPartStates()
310 dwStates |= CFWL_PartState_Focused; in GetPartStates()
[all …]
H A Dfwl_pushbuttonimp.cpp94 void CFWL_PushButtonImp::SetStates(uint32_t dwStates, FX_BOOL bSet) { in SetStates() argument
95 if ((dwStates & FWL_WGTSTATE_Disabled) && bSet) { in SetStates()
99 CFWL_WidgetImp::SetStates(dwStates, bSet); in SetStates()
347 uint32_t dwStates = CFWL_PartState_Normal; in GetPartStates() local
349 dwStates |= CFWL_PartState_Focused; in GetPartStates()
352 dwStates = CFWL_PartState_Disabled; in GetPartStates()
354 dwStates |= CFWL_PartState_Pressed; in GetPartStates()
356 dwStates |= CFWL_PartState_Hovered; in GetPartStates()
358 dwStates |= CFWL_PartState_Default; in GetPartStates()
360 return dwStates; in GetPartStates()

1234