Home
last modified time | relevance | path

Searched refs:sBackgroundColor (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp31 sBackgroundColor(), in CreateParams()
445 return m_CreationParams.sBackgroundColor; in GetBackgroundColor()
449 m_CreationParams.sBackgroundColor = color; in SetBackgroundColor()
504 scp.sBackgroundColor = PWL_DEFAULT_WHITECOLOR; in CreateVScrollBar()
Dcpwl_combo_box.cpp286 bcp.sBackgroundColor = CFX_Color(CFX_Color::kRGB, 220.0f / 255.0f, in CreateButton()
317 if (cp.sBackgroundColor.nColorType == CFX_Color::kTransparent) in CreateListBox()
318 lcp.sBackgroundColor = PWL_DEFAULT_WHITECOLOR; in CreateListBox()
Dcpwl_wnd.h134 CFX_Color sBackgroundColor; // optional variable
/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.cpp300 cp.sBackgroundColor = CFX_Color(color); in GetCreateParam()