Home
last modified time | relevance | path

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

/reactos/base/applications/mspaint/
H A Dselectionmodel.h47 void DrawSelection(HDC hDCImage, COLORREF crBg, BOOL bBgTransparent) in DrawSelection()
52 void DrawSelection(HDC hDCImage, COLORREF crBg, BOOL bBgTransparent, const CRect& rc) in DrawSelection()
H A Dselectionmodel.cpp33 void SelectionModel::DrawBackgroundPoly(HDC hDCImage, COLORREF crBg) in DrawBackgroundPoly()
45 void SelectionModel::DrawBackgroundRect(HDC hDCImage, COLORREF crBg) in DrawBackgroundRect()
53 void SelectionModel::DrawBackground(HDC hDCImage, COLORREF crBg) in DrawBackground()
62 SelectionModel::DrawSelection(HDC hDCImage, COLORREF crBg, BOOL bBgTransparent, const CRect& rc, in DrawSelection()