Home
last modified time | relevance | path

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

12

/external/pdfium/xfa/fwl/theme/
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_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::Check: { in DrawBackground()
Dcfwl_comboboxtp.cpp25 case CFWL_Part::Border: { in DrawBackground()
29 case CFWL_Part::Background: { in DrawBackground()
50 case CFWL_Part::DropDownButton: { in DrawBackground()
54 case CFWL_Part::StretchHandler: { in DrawBackground()
Dcfwl_edittp.cpp24 if (CFWL_Part::CombTextLine == pParams->m_iPart) { in DrawBackground()
43 case CFWL_Part::Border: { in DrawBackground()
47 case CFWL_Part::Background: { in DrawBackground()
76 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.cpp158 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, matrix); in DrawWidget()
186 params.m_iPart = CFWL_Part::Background; in DrawBackground()
200 params.m_iPart = CFWL_Part::Header; in DrawHeadBK()
214 params.m_iPart = CFWL_Part::LBtn; in DrawLButton()
228 params.m_iPart = CFWL_Part::RBtn; in DrawRButton()
242 textParam.m_iPart = CFWL_Part::Caption; in DrawCaption()
262 params.m_iPart = CFWL_Part::HSeparator; in DrawSeperator()
276 params.m_iPart = CFWL_Part::DateInBK; in DrawDatesInBK()
306 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_scrollbar.cpp86 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, matrix); in DrawWidget()
113 param.m_iPart = bLower ? CFWL_Part::LowerTrack : CFWL_Part::UpperTrack; in DrawTrack()
129 param.m_iPart = bMinBtn ? CFWL_Part::ForeArrow : CFWL_Part::BackArrow; in DrawArrowBtn()
145 param.m_iPart = CFWL_Part::Thumb; in DrawThumb()
Dcfwl_checkbox.cpp73 DrawBorder(pGraphics, CFWL_Part::Border, m_pProperties->m_pThemeProvider, in DrawWidget()
81 param.m_iPart = CFWL_Part::Background; in DrawWidget()
90 param.m_iPart = CFWL_Part::CheckBox; in DrawWidget()
96 textParam.m_iPart = CFWL_Part::Caption; in DrawWidget()
Dcfwl_widget.h147 CFWL_Part iPartBorder,
179 CFWL_Part iPartBk,
Dcfwl_themepart.cpp11 m_iPart(CFWL_Part::None), in CFWL_ThemePart()
Dcfwl_pushbutton.cpp59 DrawBorder(pGraphics, CFWL_Part::Border, m_pProperties->m_pThemeProvider, in DrawWidget()
70 param.m_iPart = CFWL_Part::Background; in DrawBkground()
Dcfwl_form.cpp96 param.m_iPart = CFWL_Part::Border; in DrawWidget()
152 param.m_iPart = CFWL_Part::Background; in DrawBackground()
Dcfwl_combobox.cpp142 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, matrix); in DrawWidget()
150 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_picturebox.cpp44 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, matrix); in DrawWidget()
Dcfwl_caret.cpp85 param.m_iPart = CFWL_Part::Background; in DrawCaretBK()
Dcfwl_listbox.cpp103 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, matrix); in DrawWidget()
362 param.m_iPart = CFWL_Part::Background; in DrawBkground()
428 bg_param.m_iPart = CFWL_Part::ListItem; in DrawItem()
456 textParam.m_iPart = CFWL_Part::ListItem; in DrawItem()
Dcfwl_datetimepicker.cpp125 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, matrix); in DrawWidget()
202 param.m_iPart = CFWL_Part::DropDownButton; in DrawDropDownButton()
Dcfwl_widget.cpp525 CFWL_Part iPartBk, in DrawBackground()
539 CFWL_Part iPartBorder, in DrawBorder()
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.cpp100 if ((pParams->m_iPart == CFWL_Part::DatesIn) && in DrawText()
106 if (pParams->m_iPart == CFWL_Part::Caption) in DrawText()

12