Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/
Dcbc_codebase.cpp53 void CBC_CodeBase::SetBackgroundColor(FX_ARGB backgroundColor) { in SetBackgroundColor() function in CBC_CodeBase
54 m_pBCWriter->SetBackgroundColor(backgroundColor); in SetBackgroundColor()
DBC_Writer.h24 virtual void SetBackgroundColor(FX_ARGB backgroundColor);
Dcbc_codebase.h38 void SetBackgroundColor(FX_ARGB backgroundColor);
DBC_Writer.cpp46 void CBC_Writer::SetBackgroundColor(FX_ARGB backgroundColor) { in SetBackgroundColor() function in CBC_Writer
/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.h202 void SetBackgroundColor(const CFX_Color& color);
Dcpwl_wnd.cpp448 void CPWL_Wnd::SetBackgroundColor(const CFX_Color& color) { in SetBackgroundColor() function in CPWL_Wnd