Home
last modified time | relevance | path

Searched defs:alpha (Results 1 – 13 of 13) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DCPlayerUIBase.cpp1085 BYTE alpha; in DrawRectangle() local
1319 BYTE alpha; in DrawUIButton() local
1380 BYTE alpha; in DrawTextButton() local
1810 BYTE alpha; in DrawVolumnAdjBtn() local
2000 BYTE alpha{ static_cast<BYTE>((progress_width_double - progress_width) * 256) }; in DrawProgess() local
2167 BYTE alpha; in DrawStatusBar() local
2232 BYTE alpha = ALPHA_CHG(last_bar_percent * 10); in DrawStatusBar() local
2311 BYTE alpha; in DrawTitleBar() local
2521 BYTE alpha; in DrawAlbumCoverWithInfo() local
2654 BYTE alpha = 255; in DrawLyrics() local
[all …]
H A DGdiPlusTool.cpp14 Gdiplus::Color CGdiPlusTool::COLORREFToGdiplusColor(COLORREF color, BYTE alpha /*= 255*/) in COLORREFToGdiplusColor()
H A DPlayerProgressBar.cpp97 BYTE alpha = ALPHA_CHG(last_bar_percent * m_bar_count); in BEGIN_MESSAGE_MAP() local
H A DDrawCommon.cpp416 void CDrawCommon::FillAlphaRect(CRect rect, COLORREF color, BYTE alpha, bool no_clip_area) in FillAlphaRect()
487 void CDrawCommon::DrawRectFrame(CRect rect, COLORREF color, int width, BYTE alpha /*= 255*/) in DrawRectFrame()
535 void CDrawCommon::DrawRoundRect(CRect rect, COLORREF color, int radius, BYTE alpha /*= 255*/) in DrawRoundRect()
558 void CDrawCommon::DrawEllipse(CRect rect, COLORREF color, BYTE alpha /*= 255*/) in DrawEllipse()
H A DDefine.h140 #define ALPHA_CHG(alpha) ((alpha)*255/100) //将透明度从0~100映射到0~255 argument
H A DLyricsWindow.cpp553 void CLyricsWindow::SetAlpha(int alpha) in SetAlpha()
H A DDesktopLyric.cpp482 BYTE alpha = (m_bHover) ? 80 : 1; in PreDrawLyric() local
/MusicPlayer2/scintilla/src/
H A DLineMarker.h28 int alpha = SC_ALPHA_NOALPHA; variable
H A DXPM.cxx258 void RGBAImage::SetPixel(int x, int y, ColourDesired colour, int alpha) noexcept { in SetPixel()
271 const unsigned char alpha = pixelsRGBA[3]; in BGRAFromRGBA() local
H A DEditView.cxx866 static void SimpleAlphaRectangle(Surface *surface, PRectangle rc, ColourDesired fill, int alpha) { in SimpleAlphaRectangle()
897 static void DrawFrame(Surface *surface, ColourDesired colour, int alpha, PRectangle rcFrame) { in DrawFrame()
953 const int alpha = (r == model.sel.Main()) ? vsDraw.selAlpha : vsDraw.selAdditionalAlpha; in DrawEOL() local
972 int alpha = SC_ALPHA_NOALPHA; in DrawEOL() local
1208 int alpha = SC_ALPHA_NOALPHA; in DrawFoldDisplayText() local
1768 const int alpha = (r == model.sel.Main()) ? vsDraw.selAlpha : vsDraw.selAdditionalAlpha; in DrawTranslucentSelection() local
2405 int alpha = SC_ALPHA_NOALPHA; in FillLineRemainder() local
H A DDocument.cxx98 constexpr double alpha = 0.25; in AddSample() local
/MusicPlayer2/scintilla/include/
H A DPlatform.h240 …constexpr ColourAlpha(unsigned int red, unsigned int green, unsigned int blue, unsigned int alpha)… in ColourAlpha()
244 constexpr ColourAlpha(ColourDesired cd, unsigned int alpha) noexcept : in ColourAlpha()
264 const unsigned int alpha = (GetAlpha() + other.GetAlpha()) / 2; in MixedWith() local
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx738 constexpr byte AlphaScaled(unsigned char component, unsigned int alpha) noexcept { in AlphaScaled()
742 constexpr DWORD dwordMultiplied(ColourDesired colour, unsigned int alpha) noexcept { in dwordMultiplied()
1345 void SurfaceD2D::D2DPenColour(ColourDesired fore, int alpha) { in D2DPenColour()