Searched defs:image (Results 1 – 8 of 8) sorted by relevance
/MusicPlayer2/scintilla/src/ |
H A D | Indicator.cxx | 68 RGBAImage image(width, 3, 1.0, nullptr); in Draw() local 200 RGBAImage image(width, ircBox.Height(), 1.0, nullptr); in Draw() local
|
H A D | XPM.cxx | 297 void RGBAImageSet::Add(int ident, RGBAImage *image) { in Add() 320 for (const std::pair<const int, std::unique_ptr<RGBAImage>> &image : images) { in GetHeight() local 332 for (const std::pair<const int, std::unique_ptr<RGBAImage>> &image : images) { in GetWidth() local
|
H A D | LineMarker.h | 30 std::unique_ptr<RGBAImage> image; variable
|
/MusicPlayer2/MusicPlayer2/ |
H A D | AppearanceSettingDlg.cpp | 770 CImage& image{ m_data.notify_icon_selected == 2 ? m_preview_light : m_preview_dark }; in OnPaint() local
|
H A D | FormatConvertDlg.cpp | 544 CImage image; in EncodeSingleFile() local
|
H A D | DrawCommon.cpp | 363 void CDrawCommon::DrawImage(const CImage& image, CPoint start_point, CSize size, StretchMode stretc… in DrawImage()
|
H A D | CPlayerUIBase.cpp | 2480 …Gdiplus::Image* image{ CPlayer::GetInstance().IsPlaying() ? theApp.m_image_set.default_cover_img :… in DrawAlbumCover() local
|
/MusicPlayer2/scintilla/win32/ |
H A D | PlatWin.cxx | 797 void *image = nullptr; in DIBSection() local 1613 std::vector<unsigned char> image(RGBAImage::bytesPerPixel * height * width); in DrawRGBAImage() local
|