Searched defs:color (Results 1 – 9 of 9) sorted by relevance
/MusicPlayer2/MusicPlayer2/ |
H A D | DrawCommon.cpp | 66 void CDrawCommon::DrawWindowText(CRect rect, LPCTSTR lpszString, COLORREF color, Alignment align, b… in DrawWindowText() 169 void CDrawCommon::DrawScrollText(CRect rect, LPCTSTR lpszString, COLORREF color, double pixel, bool… in DrawScrollText() 248 void CDrawCommon::DrawScrollText2(CRect rect, LPCTSTR lpszString, COLORREF color, double pixel, boo… in DrawScrollText2() 408 void CDrawCommon::FillRect(CRect rect, COLORREF color, bool no_clip_area) in FillRect() 416 void CDrawCommon::FillAlphaRect(CRect rect, COLORREF color, BYTE alpha, bool no_clip_area) in FillAlphaRect() 455 void CDrawCommon::DrawRectTopFrame(CRect rect, COLORREF color, int pilex) in DrawRectTopFrame() 471 void CDrawCommon::DrawRectOutLine(CRect rect, COLORREF color, int width, bool dot_line) in DrawRectOutLine() 487 void CDrawCommon::DrawRectFrame(CRect rect, COLORREF color, int width, BYTE alpha /*= 255*/) in DrawRectFrame() 519 void CDrawCommon::DrawLine(CPoint point1, CPoint point2, COLORREF color, int width, bool dot_line) in DrawLine() 535 void CDrawCommon::DrawRoundRect(CRect rect, COLORREF color, int radius, BYTE alpha /*= 255*/) in DrawRoundRect() [all …]
|
H A D | GdiPlusTool.cpp | 14 Gdiplus::Color CGdiPlusTool::COLORREFToGdiplusColor(COLORREF color, BYTE alpha /*= 255*/) in COLORREFToGdiplusColor() 19 COLORREF CGdiPlusTool::GdiplusColorToCOLORREF(Gdiplus::Color color) in GdiplusColorToCOLORREF()
|
H A D | ColorConvert.cpp | 200 void CColorConvert::Desaturate(COLORREF & color) in Desaturate() 208 void CColorConvert::ReduceLuminance(COLORREF & color) in ReduceLuminance()
|
H A D | ScintillaEditView.cpp | 180 void CScintillaEditView::SetBackgroundColor(COLORREF color) in SetBackgroundColor() 287 void CScintillaEditView::SetLineNumberColor(COLORREF color) in SetLineNumberColor() 383 void CScintillaEditView::SetSyntaxColor(int id, COLORREF color) in SetSyntaxColor()
|
H A D | CortanaLyric.cpp | 416 COLORREF color; //Cortana默认文本的颜色 in ResetCortanaText() local
|
H A D | BaseDialog.cpp | 24 void CBaseDialog::SetBackgroundColor(COLORREF color, BOOL bRepaint) in SetBackgroundColor()
|
H A D | CUIDrawer.cpp | 370 void CUIDrawer::DrawSpectrum(CRect rect, int col_width, int gap_width, int cols, COLORREF color, bo… in DrawSpectrum()
|
H A D | CPlayerUIBase.cpp | 2899 auto drawRect = [&](CRect _rect, COLORREF color, BYTE _alpha) { in DrawList()
|
H A D | MusicPlayerDlg.cpp | 1397 COLORREF color{}; in ThemeColorChanged() local
|