Home
last modified time | relevance | path

Searched defs:bitmap (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DTestDlg.h40 CBitmap bitmap; variable
H A DDrawCommon.cpp325 void CDrawCommon::DrawBitmap(CBitmap& bitmap, CPoint start_point, CSize size, StretchMode stretch_m… in DrawBitmap()
349 CBitmap bitmap; in DrawBitmap() local
356 CBitmap bitmap; in DrawBitmap() local
432 CBitmap bitmap, * pOldBitmap; in FillAlphaRect() local
730 void CDrawCommon::SaveBitmap(HBITMAP bitmap, LPCTSTR path) in SaveBitmap()
/MusicPlayer2/scintilla/win32/
H A DPlatWin.cxx491 HBITMAP bitmap{}; member in Scintilla::SurfaceGDI
1616 ID2D1Bitmap *bitmap = nullptr; in DrawRGBAImage() local
2394 void FlipBitmap(HBITMAP bitmap, int width, int height) noexcept { in FlipBitmap()