Searched defs:progress (Results 1 – 8 of 8) sorted by relevance
/MusicPlayer2/MusicPlayer2/ |
H A D | PlayerProgressBar.cpp | 24 void CPlayerProgressBar::SetProgress(int progress) in SetProgress()
|
H A D | CUIDrawer.cpp | 133 …int progress{ CPlayer::GetInstance().m_Lyrics.GetLyricProgress(time, false, false, [this](const ws… in DrawLyricTextMultiLine() local 262 …int progress{ now_lyrics.GetLyricProgress(time, ignore_blank, karaoke, [this](const wstring& str) … in DrawLyricTextSingleLine() local 463 …eLine(CRect rect, LPCTSTR lyric, LPCTSTR next_lyric, Alignment align, int progress, bool switch_fl… in DrawLyricDoubleLine()
|
H A D | CortanaLyric.cpp | 176 …int progress{ CPlayer::GetInstance().m_Lyrics.GetLyricProgress(time, ignore_blank, karaoke, [this]… in DrawInfo() local 304 void CCortanaLyric::DrawCortanaText(LPCTSTR str, int progress) in DrawCortanaText()
|
H A D | FormatConvertDlg.cpp | 520 { in EncodeSingleFile() 565 void CFormatConvertDlg::SetProgressInfo(int progress) in SetProgressInfo()
|
H A D | DesktopLyric.cpp | 86 int progress{ now_lyrics.GetLyricProgress(time, ignore_blank, karaoke, in UpdateLyric() local
|
H A D | CPlayerUIBase.cpp | 495 … double progress = static_cast<double>(ckick_pos) / m_buttons[BTN_PROGRESS].rect.Width(); in LButtonUp() local 1259 int progress; in DrawBeatIndicator() local 1989 …double progress = static_cast<double>(CPlayer::GetInstance().GetCurrentPosition()) / CPlayer::GetI… in DrawProgess() local
|
H A D | Lyric.cpp | 748 int progress{ lyric_current_time * 1000 / max(lyric_last_time, 1) }; in GetLyricProgress() local
|
H A D | MusicPlayerDlg.cpp | 1064 int progress{}; in UpdateTaskBarProgress() local
|