OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetBackgroundColor
(Results
1 - 10
of
10
) sorted by null
/external/pdfium/xfa/src/fxbarcode/
BC_Writer.h
23
virtual void
SetBackgroundColor
(FX_ARGB backgroundColor);
BC_Writer.cpp
46
void CBC_Writer::
SetBackgroundColor
(FX_ARGB backgroundColor) {
BC_BarCode.cpp
115
void CBC_CodeBase::
SetBackgroundColor
(FX_ARGB backgroundColor) {
117
m_pBCWriter->
SetBackgroundColor
(backgroundColor);
[
all
...]
/external/lzma/CPP/Windows/Control/
ProgressBar.h
25
COLORREF
SetBackgroundColor
(COLORREF color) { return (COLORREF)SendMessage(PBM_SETBKCOLOR, 0, color); }
/external/pdfium/xfa/include/fxbarcode/
BC_BarCode.h
71
virtual void
SetBackgroundColor
(FX_ARGB backgroundColor);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_editimp.h
106
virtual FWL_ERR
SetBackgroundColor
(FX_DWORD color);
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h
340
void
SetBackgroundColor
(const CPWL_Color& color);
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp
568
void CPWL_Wnd::
SetBackgroundColor
(const CPWL_Color& color) {
PWL_Note.cpp
676
SetBackgroundColor
(sBK);
[
all
...]
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_editimp.cpp
149
return static_cast<CFWL_EditImp*>(GetImpl())->
SetBackgroundColor
(dwColor);
[
all
...]
Completed in 3570 milliseconds