Home
last modified time | relevance | path

Searched defs:image (Results 1 – 8 of 8) sorted by relevance

/MusicPlayer2/scintilla/src/
H A DIndicator.cxx68 RGBAImage image(width, 3, 1.0, nullptr); in Draw() local
200 RGBAImage image(width, ircBox.Height(), 1.0, nullptr); in Draw() local
H A DXPM.cxx297 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 DLineMarker.h30 std::unique_ptr<RGBAImage> image; variable
/MusicPlayer2/MusicPlayer2/
H A DAppearanceSettingDlg.cpp770 CImage& image{ m_data.notify_icon_selected == 2 ? m_preview_light : m_preview_dark }; in OnPaint() local
H A DFormatConvertDlg.cpp544 CImage image; in EncodeSingleFile() local
H A DDrawCommon.cpp363 void CDrawCommon::DrawImage(const CImage& image, CPoint start_point, CSize size, StretchMode stretc… in DrawImage()
H A DCPlayerUIBase.cpp2480 …Gdiplus::Image* image{ CPlayer::GetInstance().IsPlaying() ? theApp.m_image_set.default_cover_img :… in DrawAlbumCover() local
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx797 void *image = nullptr; in DIBSection() local
1613 std::vector<unsigned char> image(RGBAImage::bytesPerPixel * height * width); in DrawRGBAImage() local