Home
last modified time | relevance | path

Searched defs:bBgTransparent (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.cpp62 SelectionModel::DrawSelection(HDC hDCImage, COLORREF crBg, BOOL bBgTransparent, const CRect& rc, in DrawSelection()