Home
last modified time | relevance | path

Searched defs:radius (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DDrawCommon.cpp535 void CDrawCommon::DrawRoundRect(CRect rect, COLORREF color, int radius, BYTE alpha /*= 255*/) in DrawRoundRect()
540 void CDrawCommon::DrawRoundRect(Gdiplus::Rect rect, Gdiplus::Color color, int radius) in DrawRoundRect()
H A DCPlayerUIBase.cpp1735 int radius{ min(rect.Width(), rect.Height()) / 6 }; in CalculateRoundRectRadius() local
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx1632 const FLOAT radius = rc.Width() / 2.0f; in Ellipse() local