Home
last modified time | relevance | path

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

/MusicPlayer2/MusicPlayer2/
H A DDrawCommon.cpp325 void CDrawCommon::DrawBitmap(CBitmap& bitmap, CPoint start_point, CSize size, StretchMode stretch_m… in DrawBitmap()
347 void CDrawCommon::DrawBitmap(UINT bitmap_id, CPoint start_point, CSize size, StretchMode stretch_mo… in DrawBitmap()
354 void CDrawCommon::DrawBitmap(HBITMAP hbitmap, CPoint start_point, CSize size, StretchMode stretch_m… in DrawBitmap()
363 void CDrawCommon::DrawImage(const CImage& image, CPoint start_point, CSize size, StretchMode stretc… in DrawImage()
374 void CDrawCommon::DrawImage(Gdiplus::Image* pImage, CPoint start_point, CSize size, StretchMode str… in DrawImage()
382 void CDrawCommon::DrawIcon(HICON hIcon, CPoint start_point, CSize size) in DrawIcon()
738 void CDrawCommon::ImageDrawAreaConvert(CSize image_size, CPoint& start_point, CSize& size, StretchM… in ImageDrawAreaConvert()