Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/
DBC_Writer.h23 virtual void SetBackgroundColor(FX_ARGB backgroundColor);
DBC_Writer.cpp46 void CBC_Writer::SetBackgroundColor(FX_ARGB backgroundColor) { in SetBackgroundColor() function in CBC_Writer
DBC_BarCode.cpp115 void CBC_CodeBase::SetBackgroundColor(FX_ARGB backgroundColor) { in SetBackgroundColor() function in CBC_CodeBase
117 m_pBCWriter->SetBackgroundColor(backgroundColor); in SetBackgroundColor()
/external/lzma/CPP/Windows/Control/
DProgressBar.h25 …COLORREF SetBackgroundColor(COLORREF color) { return (COLORREF)SendMessage(PBM_SETBKCOLOR, 0, colo… in SetBackgroundColor() function
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_editimp.h106 virtual FWL_ERR SetBackgroundColor(FX_DWORD color);
/external/pdfium/xfa/include/fxbarcode/
DBC_BarCode.h71 virtual void SetBackgroundColor(FX_ARGB backgroundColor);
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h340 void SetBackgroundColor(const CPWL_Color& color);
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp568 void CPWL_Wnd::SetBackgroundColor(const CPWL_Color& color) { in SetBackgroundColor() function in CPWL_Wnd
DPWL_Note.cpp676 SetBackgroundColor(sBK); in SetBkColor()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_editimp.cpp149 return static_cast<CFWL_EditImp*>(GetImpl())->SetBackgroundColor(dwColor); in SetBackColor()
976 FWL_ERR CFWL_EditImp::SetBackgroundColor(FX_DWORD color) { in SetBackgroundColor() function in CFWL_EditImp