Home
last modified time | relevance | path

Searched defs:color (Results 1 – 9 of 9) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DDrawCommon.cpp66 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 DGdiPlusTool.cpp14 Gdiplus::Color CGdiPlusTool::COLORREFToGdiplusColor(COLORREF color, BYTE alpha /*= 255*/) in COLORREFToGdiplusColor()
19 COLORREF CGdiPlusTool::GdiplusColorToCOLORREF(Gdiplus::Color color) in GdiplusColorToCOLORREF()
H A DColorConvert.cpp200 void CColorConvert::Desaturate(COLORREF & color) in Desaturate()
208 void CColorConvert::ReduceLuminance(COLORREF & color) in ReduceLuminance()
H A DScintillaEditView.cpp180 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 DCortanaLyric.cpp416 COLORREF color; //Cortana默认文本的颜色 in ResetCortanaText() local
H A DBaseDialog.cpp24 void CBaseDialog::SetBackgroundColor(COLORREF color, BOOL bRepaint) in SetBackgroundColor()
H A DCUIDrawer.cpp370 void CUIDrawer::DrawSpectrum(CRect rect, int col_width, int gap_width, int cols, COLORREF color, bo… in DrawSpectrum()
H A DCPlayerUIBase.cpp2899 auto drawRect = [&](CRect _rect, COLORREF color, BYTE _alpha) { in DrawList()
H A DMusicPlayerDlg.cpp1397 COLORREF color{}; in ThemeColorChanged() local