Searched defs:font_size (Results 1 – 4 of 4) sorted by relevance
/MusicPlayer2/MusicPlayer2/ |
H A D | CommonData.cpp | 35 for (int font_size{ FONT_SIZE_MIN }; font_size <= FONT_SIZE_MAX; font_size++) in Init() local 42 UIFont& FontSet::GetFontBySize(int font_size) in GetFontBySize()
|
H A D | CPlayerUIBase.h | 386 UiFontGuard(CPlayerUIBase* _ui, int font_size) in UiFontGuard()
|
H A D | ScintillaEditView.cpp | 145 void CScintillaEditView::SetFontSize(int font_size) in SetFontSize()
|
H A D | CPlayerUIBase.cpp | 974 void CPlayerUIBase::DrawSongInfo(CRect rect, int font_size, bool reset) in DrawSongInfo() 1291 …ton(const CRect& rect, BtnKey key_type, bool big_icon, bool show_text, int font_size, bool checked) in DrawUIButton() 1302 … IconMgr::IconType icon_type, bool big_icon, const std::wstring& text, int font_size, bool checked) in DrawUIButton()
|