Home
last modified time | relevance | path

Searched defs:pFont (Results 1 – 5 of 5) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DLyricsWindow.h110 virtual void PreDrawLyric(Gdiplus::Graphics* pGraphics, Gdiplus::Font* pFont) { } in PreDrawLyric()
H A DDesktopLyric.cpp65 void CDesktopLyric::UpdateLyric(Gdiplus::Graphics* pGraphics, Gdiplus::Font* pFont) in UpdateLyric()
474 void CDesktopLyric::PreDrawLyric(Gdiplus::Graphics* pGraphics, Gdiplus::Font* pFont) in PreDrawLyric()
H A DDrawCommon.cpp26 void CDrawCommon::Create(CDC* pDC, CFont* pFont) in Create()
37 void CDrawCommon::Create(CDC* pDC, Gdiplus::Graphics* pGraphics, CFont* pFont) in Create()
50 CFont* CDrawCommon::SetFont(CFont* pFont) in SetFont()
H A DCUIDrawer.cpp41 void CUIDrawer::Create(CDC* pDC, CFont* pFont) in Create()
H A DCommon.cpp1696 void CCommon::SetDialogFont(CWnd* pDlg, CFont* pFont) in SetDialogFont()