Home
last modified time | relevance | path

Searched refs:FWLTHEME_COLOR_Background (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/include/fwl/theme/
Dutils.h54 #define FWLTHEME_COLOR_Background (ArgbEncode(255, 236, 233, 216)) macro
/external/pdfium/xfa/src/fwl/src/theme/
Dedittp.cpp44 CFX_Color cr(FWLTHEME_COLOR_Background); in DrawBackground()
Dlistboxtp.cpp32 FillSoildRect(pParams->m_pGraphics, FWLTHEME_COLOR_Background, in DrawBackground()
Ddatetimepickertp.cpp86 CFX_Color crFill(FWLTHEME_COLOR_Background); in DrawDropDownButton()
Dcomboboxtp.cpp129 CFX_Color crFill(FWLTHEME_COLOR_Background); in DrawDropDownButton()
Dscrollbartp.cpp280 CFX_Color crFill(FWLTHEME_COLOR_Background); in DrawThumbBtn()
320 CFX_Color crFill(FWLTHEME_COLOR_Background); in DrawMaxMinBtn()
Dwidgettp.cpp415 FillSoildRect(pGraphics, FWLTHEME_COLOR_Background, pRect, pMatrix); in FillBackground()