Home
last modified time | relevance | path

Searched refs:SetBackgroundColor (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/Windows/Control/
DProgressBar.h29 …COLORREF SetBackgroundColor(COLORREF color) { return (COLORREF)SendMsg(PBM_SETBKCOLOR, 0, color); } in SetBackgroundColor() function
/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.h198 void SetBackgroundColor(const CFX_Color& color);
Dcpwl_wnd.cpp440 void CPWL_Wnd::SetBackgroundColor(const CFX_Color& color) { in SetBackgroundColor() function in CPWL_Wnd