Home
last modified time | relevance | path

Searched defs:pixel (Results 1 – 6 of 6) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DCPlayerUIHelper.cpp91 … double pixel = static_cast<double>(theApp.m_app_setting_data.ui_refresh_interval) * 0.0125 + 0.2; in GetScrollTextPixel() local
H A DMusicPlayer2.cpp527 int CMusicPlayerApp::DPI(int pixel) in DPI()
532 int CMusicPlayerApp::DPI(double pixel) in DPI()
537 int CMusicPlayerApp::DPIRound(double pixel, double round) in DPIRound()
H A DDrawCommon.cpp169 void CDrawCommon::DrawScrollText(CRect rect, LPCTSTR lpszString, COLORREF color, double pixel, bool… in DrawScrollText()
248 void CDrawCommon::DrawScrollText2(CRect rect, LPCTSTR lpszString, COLORREF color, double pixel, boo… in DrawScrollText2()
H A DCUIDrawer.cpp455 int CUIDrawer::DPI(int pixel) in DPI()
H A DCPlayerUIBase.cpp1709 double CPlayerUIBase::DPIDouble(double pixel) in DPIDouble()
1720 double pixel{}; in GetScrollTextPixel() local
/MusicPlayer2/scintilla/src/
H A DXPM.cxx259 unsigned char *pixel = &pixelBytes[0] + (y*width+x) * 4; in SetPixel() local