Home
last modified time | relevance | path

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

/MusicPlayer2/MusicPlayer2/
H A DPlayerProgressBar.cpp68 int gap_width = rect.Width() / m_bar_count / 4; in BEGIN_MESSAGE_MAP() local
H A DCUIDrawer.cpp359 int gap_width{ static_cast<int>(gap_width_double + 0.5) }; //这里加0.5用作将小数四舍五入处理 in DrawSpectrum() local
370 void CUIDrawer::DrawSpectrum(CRect rect, int col_width, int gap_width, int cols, COLORREF color, bo… in DrawSpectrum()
H A DCPlayerUIBase.cpp3380 int gap_width = spectrum_unit_width - col_width; //间隙的宽度 in DrawMiniSpectrum() local