Home
last modified time | relevance | path

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

12

/external/pdfium/xfa/fwl/theme/
Dcfwl_monthcalendartp.cpp37 case CFWL_Part::Border: { in DrawBackground()
41 case CFWL_Part::Background: { in DrawBackground()
45 case CFWL_Part::Header: { in DrawBackground()
49 case CFWL_Part::LBtn: { in DrawBackground()
55 case CFWL_Part::RBtn: { in DrawBackground()
61 case CFWL_Part::HSeparator: { in DrawBackground()
65 case CFWL_Part::DatesIn: { in DrawBackground()
69 case CFWL_Part::TodayCircle: { in DrawBackground()
73 case CFWL_Part::DateInCircle: { in DrawBackground()
77 case CFWL_Part::WeekNumSep: { in DrawBackground()
[all …]
Dcfwl_listboxtp.cpp23 case CFWL_Part::Border: { in DrawBackground()
27 case CFWL_Part::Background: { in DrawBackground()
36 case CFWL_Part::ListItem: { in DrawBackground()
41 case CFWL_Part::Check: { in DrawBackground()
Dcfwl_edittp.cpp21 if (CFWL_Part::CombTextLine == pParams.m_iPart) { in DrawBackground()
34 case CFWL_Part::Border: { in DrawBackground()
38 case CFWL_Part::Background: { in DrawBackground()
66 case CFWL_Part::CombTextLine: { in DrawBackground()
Dcfwl_comboboxtp.cpp23 case CFWL_Part::Border: { in DrawBackground()
27 case CFWL_Part::Background: { in DrawBackground()
48 case CFWL_Part::DropDownButton: { in DrawBackground()
Dcfwl_barcodetp.cpp19 case CFWL_Part::Border: in DrawBackground()
22 case CFWL_Part::Background: in DrawBackground()
Dcfwl_datetimepickertp.cpp19 case CFWL_Part::Border: in DrawBackground()
22 case CFWL_Part::DropDownButton: in DrawBackground()
Dcfwl_scrollbartp.cpp42 case CFWL_Part::ForeArrow: { in DrawBackground()
48 case CFWL_Part::BackArrow: { in DrawBackground()
54 case CFWL_Part::Thumb: { in DrawBackground()
59 case CFWL_Part::LowerTrack: { in DrawBackground()
64 case CFWL_Part::UpperTrack: { in DrawBackground()
Dcfwl_pushbuttontp.cpp27 case CFWL_Part::Border: { in DrawBackground()
31 case CFWL_Part::Background: { in DrawBackground()
Dcfwl_pictureboxtp.cpp19 case CFWL_Part::Border: in DrawBackground()
Dcfwl_carettp.cpp22 case CFWL_Part::Background: { in DrawBackground()
Dcfwl_checkboxtp.cpp216 if (pParams.m_iPart != CFWL_Part::CheckBox) in DrawBackground()
/external/pdfium/xfa/fwl/
Dcfwl_monthcalendar.cpp135 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, matrix); in DrawWidget()
163 params.m_iPart = CFWL_Part::Background; in DrawBackground()
177 params.m_iPart = CFWL_Part::Header; in DrawHeadBK()
191 params.m_iPart = CFWL_Part::LBtn; in DrawLButton()
205 params.m_iPart = CFWL_Part::RBtn; in DrawRButton()
219 textParam.m_iPart = CFWL_Part::Caption; in DrawCaption()
239 params.m_iPart = CFWL_Part::HSeparator; in DrawSeparator()
253 params.m_iPart = CFWL_Part::DateInBK; in DrawDatesInBK()
283 params.m_iPart = CFWL_Part::Week; in DrawWeek()
309 params.m_iPart = CFWL_Part::Today; in DrawToday()
[all …]
Dcfwl_themepart.h13 enum class CFWL_Part { enum
86 CFWL_Part m_iPart;
Dcfwl_checkbox.cpp68 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, matrix); in DrawWidget()
74 param.m_iPart = CFWL_Part::Background; in DrawWidget()
84 param.m_iPart = CFWL_Part::CheckBox; in DrawWidget()
90 textParam.m_iPart = CFWL_Part::Caption; in DrawWidget()
Dcfwl_scrollbar.cpp61 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, matrix); in DrawWidget()
88 param.m_iPart = bLower ? CFWL_Part::LowerTrack : CFWL_Part::UpperTrack; in DrawTrack()
104 param.m_iPart = bMinBtn ? CFWL_Part::ForeArrow : CFWL_Part::BackArrow; in DrawArrowBtn()
120 param.m_iPart = CFWL_Part::Thumb; in DrawThumb()
Dcfwl_themepart.cpp11 m_iPart(CFWL_Part::None), in CFWL_ThemePart()
Dcfwl_widget.h160 CFWL_Part iPartBorder,
180 CFWL_Part iPartBk,
Dcfwl_picturebox.cpp41 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, matrix); in DrawWidget()
Dcfwl_pushbutton.cpp61 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, matrix); in DrawWidget()
70 param.m_iPart = CFWL_Part::Background; in DrawBkground()
Dcfwl_caret.cpp76 param.m_iPart = CFWL_Part::Background; in DrawCaretBK()
Dcfwl_widget.cpp314 CFWL_Part iPartBk, in DrawBackground()
328 CFWL_Part iPartBorder, in DrawBorder()
Dcfwl_listbox.cpp96 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, matrix); in DrawWidget()
355 param.m_iPart = CFWL_Part::Background; in DrawBkground()
421 bg_param.m_iPart = CFWL_Part::ListItem; in DrawItem()
449 textParam.m_iPart = CFWL_Part::ListItem; in DrawItem()
Dcfwl_datetimepicker.cpp112 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, matrix); in DrawWidget()
203 param.m_iPart = CFWL_Part::DropDownButton; in DrawDropDownButton()
Dcfwl_edit.cpp150 DrawBorder(pGraphics, CFWL_Part::Border, pTheme, matrix); in DrawWidget()
343 param.m_iPart = CFWL_Part::Background; in DrawTextBk()
408 param.m_iPart = CFWL_Part::Background; in DrawContent()
433 param.m_iPart = CFWL_Part::CombTextLine; in DrawContent()
/external/pdfium/xfa/fxfa/
Dcxfa_fwltheme.cpp105 if ((pParams.m_iPart == CFWL_Part::DatesIn) && in DrawText()
111 if (pParams.m_iPart == CFWL_Part::Caption) in DrawText()

12