Home
last modified time | relevance | path

Searched refs:CFWL_Part (Results 1 – 25 of 28) sorted by relevance

12

/external/pdfium/xfa/fwl/theme/
Dcfwl_listboxtp.cpp24 case CFWL_Part::Border: { in DrawBackground()
28 case CFWL_Part::Background: { in DrawBackground()
37 case CFWL_Part::ListItem: { in DrawBackground()
42 case CFWL_Part::Icon: { in DrawBackground()
47 case CFWL_Part::Check: { in DrawBackground()
Dcfwl_monthcalendartp.cpp39 case CFWL_Part::Border: { in DrawBackground()
43 case CFWL_Part::Background: { in DrawBackground()
47 case CFWL_Part::Header: { in DrawBackground()
51 case CFWL_Part::LBtn: { in DrawBackground()
57 case CFWL_Part::RBtn: { in DrawBackground()
63 case CFWL_Part::HSeparator: { in DrawBackground()
67 case CFWL_Part::DatesIn: { in DrawBackground()
71 case CFWL_Part::TodayCircle: { in DrawBackground()
75 case CFWL_Part::DateInCircle: { in DrawBackground()
79 case CFWL_Part::WeekNumSep: { in DrawBackground()
[all …]
Dcfwl_comboboxtp.cpp25 case CFWL_Part::Border: { in DrawBackground()
29 case CFWL_Part::Background: { in DrawBackground()
51 case CFWL_Part::DropDownButton: { in DrawBackground()
55 case CFWL_Part::StretchHandler: { in DrawBackground()
Dcfwl_edittp.cpp22 if (CFWL_Part::CombTextLine == pParams->m_iPart) { in DrawBackground()
41 case CFWL_Part::Border: { in DrawBackground()
45 case CFWL_Part::Background: { in DrawBackground()
75 case CFWL_Part::CombTextLine: { in DrawBackground()
Dcfwl_barcodetp.cpp22 case CFWL_Part::Border: { in DrawBackground()
26 case CFWL_Part::Background: { in DrawBackground()
Dcfwl_datetimepickertp.cpp21 case CFWL_Part::Border: { in DrawBackground()
25 case CFWL_Part::DropDownButton: { in DrawBackground()
Dcfwl_scrollbartp.cpp45 case CFWL_Part::ForeArrow: { in DrawBackground()
51 case CFWL_Part::BackArrow: { in DrawBackground()
57 case CFWL_Part::Thumb: { in DrawBackground()
61 case CFWL_Part::LowerTrack: { in DrawBackground()
65 case CFWL_Part::UpperTrack: { in DrawBackground()
Dcfwl_pushbuttontp.cpp26 case CFWL_Part::Border: { in DrawBackground()
30 case CFWL_Part::Background: { in DrawBackground()
Dcfwl_pictureboxtp.cpp22 case CFWL_Part::Border: { in DrawBackground()
Dcfwl_carettp.cpp23 case CFWL_Part::Background: { in DrawBackground()
/external/pdfium/xfa/fwl/
Dcfwl_monthcalendar.cpp159 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, pMatrix); in DrawWidget()
187 params.m_iPart = CFWL_Part::Background; in DrawBackground()
201 params.m_iPart = CFWL_Part::Header; in DrawHeadBK()
215 params.m_iPart = CFWL_Part::LBtn; in DrawLButton()
229 params.m_iPart = CFWL_Part::RBtn; in DrawRButton()
243 textParam.m_iPart = CFWL_Part::Caption; in DrawCaption()
263 params.m_iPart = CFWL_Part::HSeparator; in DrawSeperator()
277 params.m_iPart = CFWL_Part::DateInBK; in DrawDatesInBK()
307 params.m_iPart = CFWL_Part::Week; in DrawWeek()
332 params.m_iPart = CFWL_Part::Today; in DrawToday()
[all …]
Dcfwl_themepart.h13 enum class CFWL_Part { enum
87 CFWL_Part m_iPart;
Dcfwl_checkbox.cpp73 DrawBorder(pGraphics, CFWL_Part::Border, m_pProperties->m_pThemeProvider, in DrawWidget()
81 param.m_iPart = CFWL_Part::Background; in DrawWidget()
91 param.m_iPart = CFWL_Part::CheckBox; in DrawWidget()
97 textParam.m_iPart = CFWL_Part::Caption; in DrawWidget()
Dcfwl_scrollbar.cpp85 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, pMatrix); in DrawWidget()
112 param.m_iPart = bLower ? CFWL_Part::LowerTrack : CFWL_Part::UpperTrack; in DrawTrack()
128 param.m_iPart = bMinBtn ? CFWL_Part::ForeArrow : CFWL_Part::BackArrow; in DrawArrowBtn()
144 param.m_iPart = CFWL_Part::Thumb; in DrawThumb()
Dcfwl_spinbutton.cpp92 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, pMatrix); in DrawWidget()
115 params.m_iPart = CFWL_Part::UpButton; in DrawUpButton()
130 params.m_iPart = CFWL_Part::DownButton; in DrawDownButton()
Dcfwl_themepart.cpp11 m_iPart(CFWL_Part::None), in CFWL_ThemePart()
Dcfwl_widget.h145 CFWL_Part iPartBorder,
177 CFWL_Part iPartBk,
Dcfwl_form.cpp98 param.m_iPart = CFWL_Part::Border; in DrawWidget()
154 param.m_iPart = CFWL_Part::Background; in DrawBackground()
Dcfwl_pushbutton.cpp62 DrawBorder(pGraphics, CFWL_Part::Border, m_pProperties->m_pThemeProvider, in DrawWidget()
73 param.m_iPart = CFWL_Part::Background; in DrawBkground()
Dcfwl_picturebox.cpp44 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, pMatrix); in DrawWidget()
Dcfwl_combobox.cpp141 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, pMatrix); in DrawWidget()
149 param.m_iPart = CFWL_Part::Background; in DrawWidget()
173 theme_text.m_iPart = CFWL_Part::Caption; in DrawWidget()
190 param.m_iPart = CFWL_Part::DropDownButton; in DrawWidget()
294 param.m_iPart = CFWL_Part::StretchHandler; in DrawStretchHandler()
629 param.m_iPart = CFWL_Part::DropDownButton; in DisForm_DrawWidget()
Dcfwl_caret.cpp83 param.m_iPart = CFWL_Part::Background; in DrawCaretBK()
Dcfwl_listbox.cpp104 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, pMatrix); in DrawWidget()
365 param.m_iPart = CFWL_Part::Background; in DrawBkground()
431 bg_param.m_iPart = CFWL_Part::ListItem; in DrawItem()
459 textParam.m_iPart = CFWL_Part::ListItem; in DrawItem()
Dcfwl_datetimepicker.cpp126 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, pMatrix); in DrawWidget()
203 param.m_iPart = CFWL_Part::DropDownButton; in DrawDropDownButton()
/external/pdfium/xfa/fxfa/app/
Dxfa_fwltheme.cpp99 if ((pParams->m_iPart == CFWL_Part::DatesIn) && in DrawText()
105 if (pParams->m_iPart == CFWL_Part::Caption) in DrawText()

12