Searched defs:pixel (Results 1 – 6 of 6) sorted by relevance
91 … double pixel = static_cast<double>(theApp.m_app_setting_data.ui_refresh_interval) * 0.0125 + 0.2; in GetScrollTextPixel() local
527 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()
169 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()
455 int CUIDrawer::DPI(int pixel) in DPI()
1709 double CPlayerUIBase::DPIDouble(double pixel) in DPIDouble()1720 double pixel{}; in GetScrollTextPixel() local
259 unsigned char *pixel = &pixelBytes[0] + (y*width+x) * 4; in SetPixel() local