HomeSort by relevance Sort by last modified time
    Searched refs:SetBackgroundColor (Results 1 - 10 of 10) sorted by null

  /external/pdfium/xfa/fxbarcode/
cbc_codebase.cpp 50 void CBC_CodeBase::SetBackgroundColor(FX_ARGB backgroundColor) {
52 m_pBCWriter->SetBackgroundColor(backgroundColor);
BC_Writer.h 23 virtual void SetBackgroundColor(FX_ARGB backgroundColor);
BC_Writer.cpp 46 void CBC_Writer::SetBackgroundColor(FX_ARGB backgroundColor) {
cbc_codebase.h 40 void SetBackgroundColor(FX_ARGB backgroundColor);
  /external/lzma/CPP/Windows/Control/
ProgressBar.h 29 COLORREF SetBackgroundColor(COLORREF color) { return (COLORREF)SendMsg(PBM_SETBKCOLOR, 0, color); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgi1_2.idl 121 HRESULT SetBackgroundColor(
dxgi1_2.h 367 virtual HRESULT STDMETHODCALLTYPE SetBackgroundColor(
509 HRESULT (STDMETHODCALLTYPE *SetBackgroundColor)(
563 #define IDXGISwapChain1_SetBackgroundColor(This,pColor) (This)->lpVtbl->SetBackgroundColor(This,pColor)
649 return This->lpVtbl->SetBackgroundColor(This,pColor);
    [all...]
shobjidl.h     [all...]
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Wnd.h 290 void SetBackgroundColor(const CPWL_Color& color);
PWL_Wnd.cpp 553 void CPWL_Wnd::SetBackgroundColor(const CPWL_Color& color) {

Completed in 124 milliseconds